diff --git a/Classes/Core/MMVersion.swift b/Classes/Core/MMVersion.swift
index d1c513ab..cd519c11 100644
--- a/Classes/Core/MMVersion.swift
+++ b/Classes/Core/MMVersion.swift
@@ -1 +1 @@
-let mobileMessagingVersion = "2.8.9"
+let mobileMessagingVersion = "2.8.10"
diff --git a/Example/MobileMessagingExample.xcodeproj/project.pbxproj b/Example/MobileMessagingExample.xcodeproj/project.pbxproj
index 73512d16..7d3bf0db 100644
--- a/Example/MobileMessagingExample.xcodeproj/project.pbxproj
+++ b/Example/MobileMessagingExample.xcodeproj/project.pbxproj
@@ -1027,7 +1027,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 1460136653789;
+ CURRENT_PROJECT_VERSION = 1460136653790;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@@ -1085,7 +1085,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 1460136653789;
+ CURRENT_PROJECT_VERSION = 1460136653790;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1116,7 +1116,7 @@
CODE_SIGN_ENTITLEMENTS = MobileMessagingExample/MobileMessagingExample.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- CURRENT_PROJECT_VERSION = 1460136653789;
+ CURRENT_PROJECT_VERSION = 1460136653790;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = T6U248P7YM;
FRAMEWORK_SEARCH_PATHS = (
@@ -1149,7 +1149,7 @@
CODE_SIGN_ENTITLEMENTS = MobileMessagingExample/MobileMessagingExample.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- CURRENT_PROJECT_VERSION = 1460136653789;
+ CURRENT_PROJECT_VERSION = 1460136653790;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = T6U248P7YM;
FRAMEWORK_SEARCH_PATHS = (
diff --git a/Example/MobileMessagingExample/Info.plist b/Example/MobileMessagingExample/Info.plist
index f976a646..80f5c84d 100644
--- a/Example/MobileMessagingExample/Info.plist
+++ b/Example/MobileMessagingExample/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.8.9
+ 2.8.10
CFBundleSignature
????
CFBundleURLTypes
@@ -32,7 +32,7 @@
CFBundleVersion
- 1460136653789
+ 1460136653790
LSRequiresIPhoneOS
UIBackgroundModes
diff --git a/Example/NotificationServiceExtension/Info.plist b/Example/NotificationServiceExtension/Info.plist
index 18187eaa..ba8ea1ce 100644
--- a/Example/NotificationServiceExtension/Info.plist
+++ b/Example/NotificationServiceExtension/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 2.8.9
+ 2.8.10
CFBundleVersion
- 1460136653789
+ 1460136653790
NSAppTransportSecurity
NSAllowsArbitraryLoads
diff --git a/Example/Tests/Info.plist b/Example/Tests/Info.plist
index 9892ca29..b3b199a7 100644
--- a/Example/Tests/Info.plist
+++ b/Example/Tests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 2.8.9
+ 2.8.10
CFBundleSignature
????
CFBundleVersion
- 1460136653789
+ 1460136653790
diff --git a/Example/Tests/MobileMessagingExample_Tests_Device-Info.plist b/Example/Tests/MobileMessagingExample_Tests_Device-Info.plist
index 9892ca29..b3b199a7 100644
--- a/Example/Tests/MobileMessagingExample_Tests_Device-Info.plist
+++ b/Example/Tests/MobileMessagingExample_Tests_Device-Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 2.8.9
+ 2.8.10
CFBundleSignature
????
CFBundleVersion
- 1460136653789
+ 1460136653790
diff --git a/MobileMessaging.podspec b/MobileMessaging.podspec
index d3ddda72..83ac4a72 100644
--- a/MobileMessaging.podspec
+++ b/MobileMessaging.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MobileMessaging"
- s.version = "2.8.9"
+ s.version = "2.8.10"
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"