diff --git a/Classes/MobileMessaging/Core/MMVersion.swift b/Classes/MobileMessaging/Core/MMVersion.swift index a5f622b5..9cf7a177 100644 --- a/Classes/MobileMessaging/Core/MMVersion.swift +++ b/Classes/MobileMessaging/Core/MMVersion.swift @@ -1,3 +1,3 @@ class MMVersion { - static let mobileMessagingVersion = "12.2.1" + static let mobileMessagingVersion = "12.2.2" } diff --git a/Framework/Info.plist b/Framework/Info.plist index 25530173..bccdf79d 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 12.2.1 + 12.2.2 CFBundleSignature ???? CFBundleVersion - 1460136654016 + 1460136654017 NSPrincipalClass diff --git a/MobileMessaging.podspec b/MobileMessaging.podspec index 99c829a0..ef327793 100644 --- a/MobileMessaging.podspec +++ b/MobileMessaging.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MobileMessaging' - s.version = '12.2.1' + s.version = '12.2.2' s.summary = 'Mobile Messaging SDK for iOS' 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.' s.homepage = 'https://github.com/infobip/mobile-messaging-sdk-ios' diff --git a/MobileMessaging.xcodeproj/project.pbxproj b/MobileMessaging.xcodeproj/project.pbxproj index 27eaf9b8..fb2370f3 100644 --- a/MobileMessaging.xcodeproj/project.pbxproj +++ b/MobileMessaging.xcodeproj/project.pbxproj @@ -1992,7 +1992,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGNING_REQUIRED = NO; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1460136654016; + CURRENT_PROJECT_VERSION = 1460136654017; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -2055,7 +2055,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGNING_REQUIRED = NO; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 1460136654016; + CURRENT_PROJECT_VERSION = 1460136654017; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99;