diff --git a/BlueShift-iOS-SDK.podspec b/BlueShift-iOS-SDK.podspec index 90027945..79f4130b 100644 --- a/BlueShift-iOS-SDK.podspec +++ b/BlueShift-iOS-SDK.podspec @@ -78,7 +78,7 @@ Pod::Spec.new do |s| # Supports git, hg, bzr, svn and HTTP. # - s.source = { :git => "https://github.com/blueshift-labs/BlueShift-iOS-SDK.git", :tag => "0.1.7 } + s.source = { :git => "https://github.com/blueshift-labs/BlueShift-iOS-SDK.git", :tag => "0.1.7" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # diff --git a/BlueShift-iOS-SDK/SDKVersion.h b/BlueShift-iOS-SDK/SDKVersion.h index f5a770dc..4fd84e4e 100644 --- a/BlueShift-iOS-SDK/SDKVersion.h +++ b/BlueShift-iOS-SDK/SDKVersion.h @@ -9,6 +9,6 @@ #ifndef SDKVersion_h #define SDKVersion_h -#define kSDKVersionNumber @"0.1.6" +#define kSDKVersionNumber @"0.1.7" #endif /* SDKVersion_h */