Skip to content

Commit

Permalink
🔖 Bump version 4.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainRomillon committed Jun 3, 2024
1 parent ef6498f commit a39839f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ActiveLookSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ActiveLookSDK'
s.version = '4.5.4'
s.version = '4.5.5'
s.summary = 'An iOS library to interact with ActiveLook eyewear'
s.description = <<-DESC
This CocoaPod provides the ability to connect to ActiveLook eyewear running
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## Version 4.5.5

### Fixes

- Skip update if we can assume local network without internet

## Version 4.5.4

### Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ in your Podfile:
```
pod 'ActiveLookSDK',
:git => 'https://github.com/ActiveLook/ios-sdk.git',
:tag = 'v4.5.4'
:tag = 'v4.5.5'
```

Then run the command:
Expand Down

0 comments on commit a39839f

Please sign in to comment.