Skip to content

Commit a39839f

Browse files
πŸ”– Bump version 4.5.5
1 parent ef6498f commit a39839f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

β€ŽActiveLookSDK.podspecβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'ActiveLookSDK'
11-
s.version = '4.5.4'
11+
s.version = '4.5.5'
1212
s.summary = 'An iOS library to interact with ActiveLook eyewear'
1313
s.description = <<-DESC
1414
This CocoaPod provides the ability to connect to ActiveLook eyewear running

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## Version 4.5.5
4+
5+
### Fixes
6+
7+
- Skip update if we can assume local network without internet
8+
39
## Version 4.5.4
410

511
### Breaking Change

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ in your Podfile:
1919
```
2020
pod 'ActiveLookSDK',
2121
:git => 'https://github.com/ActiveLook/ios-sdk.git',
22-
:tag = 'v4.5.4'
22+
:tag = 'v4.5.5'
2323
```
2424

2525
Then run the command:

0 commit comments

Comments
Β (0)