From 2a5bda8338b8030e107bad912213bc1a81c02212 Mon Sep 17 00:00:00 2001 From: Ketan Shikhare Date: Sat, 13 Feb 2021 13:01:42 +0530 Subject: [PATCH] Release 2.1.13 --- BlueShift-iOS-Extension-SDK.podspec | 4 ++-- BlueShift-iOS-Extension-SDK/ExtensionSDKVersion.h | 2 +- BlueShift-iOS-SDK.podspec | 4 ++-- BlueShift-iOS-SDK/SDKVersion.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BlueShift-iOS-Extension-SDK.podspec b/BlueShift-iOS-Extension-SDK.podspec index c50a5279..58023c18 100644 --- a/BlueShift-iOS-Extension-SDK.podspec +++ b/BlueShift-iOS-Extension-SDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BlueShift-iOS-Extension-SDK" - s.version = "2.1.12" + s.version = "2.1.13" s.summary = "iOS SDK for push notification content extension and service extension for integrating media and carousel push notifications" s.description = <<-DESC @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "LICENSE.md" } s.author = { "Blueshift" => "success@getblueshift.com" } s.platform = :ios, "8.0" - s.source = { :git => "https://github.com/blueshift-labs/BlueShift-iOS-SDK.git", :tag => "2.1.12" } + s.source = { :git => "https://github.com/blueshift-labs/BlueShift-iOS-SDK.git", :tag => "2.1.13" } s.source_files = "BlueShift-iOS-Extension-SDK", "BlueShift-iOS-Extension-SDK/**/*.{h,m}" s.exclude_files = "Classes/Exclude" s.resources = "BlueShift-iOS-SDK/**/*.{xcdatamodeld,xcdatamodel,otf}" diff --git a/BlueShift-iOS-Extension-SDK/ExtensionSDKVersion.h b/BlueShift-iOS-Extension-SDK/ExtensionSDKVersion.h index 87a1fdec..8d9ef04e 100644 --- a/BlueShift-iOS-Extension-SDK/ExtensionSDKVersion.h +++ b/BlueShift-iOS-Extension-SDK/ExtensionSDKVersion.h @@ -8,6 +8,6 @@ #ifndef ExtensionSDKVersion_h #define ExtensionSDKVersion_h -#define kSDKVersionNumber @"2.1.12" +#define kSDKVersionNumber @"2.1.13" #endif /* SDKVersion_h */ diff --git a/BlueShift-iOS-SDK.podspec b/BlueShift-iOS-SDK.podspec index 95d3f404..2cafdae8 100644 --- a/BlueShift-iOS-SDK.podspec +++ b/BlueShift-iOS-SDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BlueShift-iOS-SDK" - s.version = "2.1.12" + s.version = "2.1.13" s.summary = "iOS SDK for integrating push notification and analytics" s.description = <<-DESC @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "LICENSE.md" } s.author = { "Blueshift" => "success@getblueshift.com" } s.platform = :ios, "7.0" - s.source = { :git => "https://github.com/blueshift-labs/BlueShift-iOS-SDK.git", :tag => "2.1.12" } + s.source = { :git => "https://github.com/blueshift-labs/BlueShift-iOS-SDK.git", :tag => "2.1.13" } s.exclude_files = "Classes/Exclude" s.subspec 'Core' do |ss| ss.source_files = "BlueShift-iOS-SDK/","BlueShift-iOS-SDK/**/*.{h,m}" diff --git a/BlueShift-iOS-SDK/SDKVersion.h b/BlueShift-iOS-SDK/SDKVersion.h index 5d5daf40..a240d396 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 @"2.1.12" +#define kSDKVersionNumber @"2.1.13" #endif /* SDKVersion_h */