From 643c26c7840f0e06d26612d33a106e2be2308e89 Mon Sep 17 00:00:00 2001 From: infobip-ci Date: Mon, 28 Oct 2024 13:48:50 +0100 Subject: [PATCH] Version bump for SDK: 12.14.1 --- Classes/MobileMessaging/Core/MMVersion.swift | 2 +- Framework/Info.plist | 4 ++-- MobileMessaging.podspec | 2 +- MobileMessaging.xcodeproj/project.pbxproj | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Classes/MobileMessaging/Core/MMVersion.swift b/Classes/MobileMessaging/Core/MMVersion.swift index 70129f1c..048b5c23 100644 --- a/Classes/MobileMessaging/Core/MMVersion.swift +++ b/Classes/MobileMessaging/Core/MMVersion.swift @@ -1,3 +1,3 @@ class MMVersion { - static let mobileMessagingVersion = "12.14.0" + static let mobileMessagingVersion = "12.14.1" } diff --git a/Framework/Info.plist b/Framework/Info.plist index 5f9b9214..d7dbb61d 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 12.14.0 + 12.14.1 CFBundleSignature ???? CFBundleVersion - 1460136654048 + 1460136654049 NSPrincipalClass diff --git a/MobileMessaging.podspec b/MobileMessaging.podspec index 8f508ca8..a00f4b98 100644 --- a/MobileMessaging.podspec +++ b/MobileMessaging.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MobileMessaging' - s.version = '12.14.0' + s.version = '12.14.1' 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 cd2a4e18..dd9f6911 100644 --- a/MobileMessaging.xcodeproj/project.pbxproj +++ b/MobileMessaging.xcodeproj/project.pbxproj @@ -2000,7 +2000,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGNING_REQUIRED = NO; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1460136654048; + CURRENT_PROJECT_VERSION = 1460136654049; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -2063,7 +2063,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGNING_REQUIRED = NO; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 1460136654048; + CURRENT_PROJECT_VERSION = 1460136654049; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99;