From a39839fbd900cc54f2f3ae80e91ba2e13991c4a6 Mon Sep 17 00:00:00 2001 From: Sylvain Romillon Date: Mon, 3 Jun 2024 16:52:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=204.5.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ActiveLookSDK.podspec | 2 +- CHANGELOG.md | 6 ++++++ README.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ActiveLookSDK.podspec b/ActiveLookSDK.podspec index 74eff26..da868c2 100644 --- a/ActiveLookSDK.podspec +++ b/ActiveLookSDK.podspec @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d2970e..d215d11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 5875f7a..75c5dd4 100644 --- a/README.md +++ b/README.md @@ -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: