Skip to content

Commit 59a6593

Browse files
author
infobip-ci
committed
Version bump for SDK: 12.13.2
1 parent f96e151 commit 59a6593

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class MMVersion {
2-
static let mobileMessagingVersion = "12.13.1"
2+
static let mobileMessagingVersion = "12.13.2"
33
}

Framework/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>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>12.13.1</string>
18+
<string>12.13.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1460136654046</string>
22+
<string>1460136654047</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

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 = '12.13.1'
3+
s.version = '12.13.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'

MobileMessaging.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2000,7 +2000,7 @@
20002000
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
20012001
CODE_SIGNING_REQUIRED = NO;
20022002
COPY_PHASE_STRIP = NO;
2003-
CURRENT_PROJECT_VERSION = 1460136654046;
2003+
CURRENT_PROJECT_VERSION = 1460136654047;
20042004
DEBUG_INFORMATION_FORMAT = dwarf;
20052005
ENABLE_STRICT_OBJC_MSGSEND = YES;
20062006
ENABLE_TESTABILITY = YES;
@@ -2063,7 +2063,7 @@
20632063
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
20642064
CODE_SIGNING_REQUIRED = NO;
20652065
COPY_PHASE_STRIP = YES;
2066-
CURRENT_PROJECT_VERSION = 1460136654046;
2066+
CURRENT_PROJECT_VERSION = 1460136654047;
20672067
ENABLE_NS_ASSERTIONS = NO;
20682068
ENABLE_STRICT_OBJC_MSGSEND = YES;
20692069
GCC_C_LANGUAGE_STANDARD = gnu99;

0 commit comments

Comments
 (0)