diff --git a/BlueShift-iOS-Extension-SDK.podspec b/BlueShift-iOS-Extension-SDK.podspec index 829ebdb5..4dcb1acb 100644 --- a/BlueShift-iOS-Extension-SDK.podspec +++ b/BlueShift-iOS-Extension-SDK.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "BlueShift-iOS-Extension-SDK" - s.version = "0.2.3" + s.version = "0.2.4" s.summary = "iOS SDK for push notification content extension and service extension for integrating media and carousel push notifications" s.description = <<-DESC @@ -80,7 +80,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.2.3" } + s.source = { :git => "https://github.com/blueshift-labs/BlueShift-iOS-SDK.git", :tag => "0.2.4" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # diff --git a/BlueShift-iOS-SDK.podspec b/BlueShift-iOS-SDK.podspec index 8d7985ff..365700e1 100644 --- a/BlueShift-iOS-SDK.podspec +++ b/BlueShift-iOS-SDK.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "BlueShift-iOS-SDK" - s.version = "0.2.3" + s.version = "0.2.4" s.summary = "iOS SDK for integrating push notification and analytics" s.description = <<-DESC @@ -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.2.3" } + s.source = { :git => "https://github.com/blueshift-labs/BlueShift-iOS-SDK.git", :tag => "0.2.4" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # diff --git a/BlueShift-iOS-SDK/SDKVersion.h b/BlueShift-iOS-SDK/SDKVersion.h index e634d744..00dfe6ca 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.2.3" +#define kSDKVersionNumber @"0.2.4" #endif /* SDKVersion_h */