Skip to content

Commit f85a51b

Browse files
author
infobip-ci
committed
Version bump to 2.6.2
1 parent a371548 commit f85a51b

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

Example/MobileMessagingExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@
954954
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
955955
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
956956
COPY_PHASE_STRIP = NO;
957-
CURRENT_PROJECT_VERSION = 1460136653768;
957+
CURRENT_PROJECT_VERSION = 1460136653769;
958958
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
959959
ENABLE_STRICT_OBJC_MSGSEND = YES;
960960
ENABLE_TESTABILITY = YES;
@@ -1002,7 +1002,7 @@
10021002
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10031003
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
10041004
COPY_PHASE_STRIP = NO;
1005-
CURRENT_PROJECT_VERSION = 1460136653768;
1005+
CURRENT_PROJECT_VERSION = 1460136653769;
10061006
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10071007
ENABLE_NS_ASSERTIONS = NO;
10081008
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1031,7 +1031,7 @@
10311031
CODE_SIGN_ENTITLEMENTS = MobileMessagingExample/MobileMessagingExample.entitlements;
10321032
CODE_SIGN_IDENTITY = "iPhone Developer";
10331033
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1034-
CURRENT_PROJECT_VERSION = 1460136653768;
1034+
CURRENT_PROJECT_VERSION = 1460136653769;
10351035
DEFINES_MODULE = YES;
10361036
DEVELOPMENT_TEAM = T6U248P7YM;
10371037
FRAMEWORK_SEARCH_PATHS = (
@@ -1064,7 +1064,7 @@
10641064
CODE_SIGN_ENTITLEMENTS = MobileMessagingExample/MobileMessagingExample.entitlements;
10651065
CODE_SIGN_IDENTITY = "iPhone Developer";
10661066
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1067-
CURRENT_PROJECT_VERSION = 1460136653768;
1067+
CURRENT_PROJECT_VERSION = 1460136653769;
10681068
DEFINES_MODULE = YES;
10691069
DEVELOPMENT_TEAM = T6U248P7YM;
10701070
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.6.1</string>
18+
<string>2.6.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1460136653768</string>
22+
<string>1460136653769</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UIBackgroundModes</key>

Example/NotificationServiceExtension/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<key>CFBundlePackageType</key>
2323
<string>XPC!</string>
2424
<key>CFBundleShortVersionString</key>
25-
<string>2.6.1</string>
25+
<string>2.6.2</string>
2626
<key>CFBundleVersion</key>
27-
<string>1460136653768</string>
27+
<string>1460136653769</string>
2828
<key>NSExtension</key>
2929
<dict>
3030
<key>NSExtensionPointIdentifier</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.6.1</string>
18+
<string>2.6.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1460136653768</string>
22+
<string>1460136653769</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.6.1</string>
18+
<string>2.6.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1460136653768</string>
22+
<string>1460136653769</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.6.1"
3+
s.version = "2.6.2"
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/Core/MMVersion.swift

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

0 commit comments

Comments
 (0)