Skip to content

Commit 78be780

Browse files
author
infobip-ci
committed
Version bump for SDK: 15.0.1
1 parent 2821242 commit 78be780

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

Classes/MobileMessaging/Core/MMVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
//
88

99
class MMVersion {
10-
static let mobileMessagingVersion = "15.0.0"
10+
static let mobileMessagingVersion = "15.0.1"
1111
}

Classes/NotificationExtension/MMNSEVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
import Foundation
1010

1111
enum MMNSEVersion {
12-
static let mobileMessagingVersion = "15.0.0"
12+
static let mobileMessagingVersion = "15.0.1"
1313
}

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>15.0.0</string>
18+
<string>15.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1460136654109</string>
22+
<string>1460136654110</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 = '15.0.0'
3+
s.version = '15.0.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'

MobileMessaging.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@
18961896
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
18971897
CODE_SIGNING_REQUIRED = NO;
18981898
COPY_PHASE_STRIP = NO;
1899-
CURRENT_PROJECT_VERSION = 1460136654109;
1899+
CURRENT_PROJECT_VERSION = 1460136654110;
19001900
DEBUG_INFORMATION_FORMAT = dwarf;
19011901
ENABLE_STRICT_OBJC_MSGSEND = YES;
19021902
ENABLE_TESTABILITY = YES;
@@ -1959,7 +1959,7 @@
19591959
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
19601960
CODE_SIGNING_REQUIRED = NO;
19611961
COPY_PHASE_STRIP = YES;
1962-
CURRENT_PROJECT_VERSION = 1460136654109;
1962+
CURRENT_PROJECT_VERSION = 1460136654110;
19631963
ENABLE_NS_ASSERTIONS = NO;
19641964
ENABLE_STRICT_OBJC_MSGSEND = YES;
19651965
GCC_C_LANGUAGE_STANDARD = gnu99;

MobileMessagingNotificationExtension.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'MobileMessagingNotificationExtension'
33
s.module_name = 'MobileMessagingNotificationExtension'
4-
s.version = '15.0.0'
4+
s.version = '15.0.1'
55
s.summary = 'Lightweight Mobile Messaging SDK for Notification Service Extension'
66
s.description = 'A standalone, zero-dependency module for iOS Notification Service Extensions. Handles delivery reporting and rich push notification content downloading without linking the full MobileMessaging SDK.'
77
s.homepage = 'https://github.com/infobip/mobile-messaging-sdk-ios'

0 commit comments

Comments
 (0)