Skip to content

Commit 2e28d1c

Browse files
author
infobip-ci
committed
Version bump to 2.2.1
1 parent 1af65c6 commit 2e28d1c

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

Example/MobileMessagingExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@
773773
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
774774
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
775775
COPY_PHASE_STRIP = NO;
776-
CURRENT_PROJECT_VERSION = 1460136653749;
776+
CURRENT_PROJECT_VERSION = 1460136653750;
777777
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
778778
ENABLE_STRICT_OBJC_MSGSEND = YES;
779779
ENABLE_TESTABILITY = YES;
@@ -821,7 +821,7 @@
821821
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
822822
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
823823
COPY_PHASE_STRIP = NO;
824-
CURRENT_PROJECT_VERSION = 1460136653749;
824+
CURRENT_PROJECT_VERSION = 1460136653750;
825825
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
826826
ENABLE_NS_ASSERTIONS = NO;
827827
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -848,7 +848,7 @@
848848
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
849849
CODE_SIGN_ENTITLEMENTS = MobileMessagingExample/MobileMessagingExample.entitlements;
850850
CODE_SIGN_IDENTITY = "iPhone Developer";
851-
CURRENT_PROJECT_VERSION = 1460136653749;
851+
CURRENT_PROJECT_VERSION = 1460136653750;
852852
DEFINES_MODULE = YES;
853853
DEVELOPMENT_TEAM = T6U248P7YM;
854854
FRAMEWORK_SEARCH_PATHS = (
@@ -880,7 +880,7 @@
880880
CODE_SIGN_ENTITLEMENTS = MobileMessagingExample/MobileMessagingExample.entitlements;
881881
CODE_SIGN_IDENTITY = "iPhone Developer";
882882
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
883-
CURRENT_PROJECT_VERSION = 1460136653749;
883+
CURRENT_PROJECT_VERSION = 1460136653750;
884884
DEFINES_MODULE = YES;
885885
DEVELOPMENT_TEAM = T6U248P7YM;
886886
FRAMEWORK_SEARCH_PATHS = (

Example/MobileMessagingExample/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.2.0</string>
18+
<string>2.2.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1460136653749</string>
22+
<string>1460136653750</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UIBackgroundModes</key>

Example/Tests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.2.0</string>
18+
<string>2.2.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1460136653749</string>
22+
<string>1460136653750</string>
2323
</dict>
2424
</plist>

Example/Tests/MobileMessagingExample_Tests_Device-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.2.0</string>
18+
<string>2.2.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1460136653749</string>
22+
<string>1460136653750</string>
2323
</dict>
2424
</plist>

MobileMessaging.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MobileMessaging"
3-
s.version = "2.2.0"
3+
s.version = "2.2.1"
44
s.summary = "Mobile Messaging SDK for iOS"
55
s.description = "Mobile Messaging SDK is designed and developed to easily enable push notification channel in your mobile application. In almost no time of implementation you get push notification in you application and access to the features of Infobip IP Messaging Platform."
66
s.homepage = "https://github.com/infobip/mobile-messaging-sdk-ios"

Pod/Classes/MMVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let mobileMessagingVersion = "2.2.0"
1+
let mobileMessagingVersion = "2.2.1"

0 commit comments

Comments
 (0)