diff --git a/Example/MobileMessagingExample.xcodeproj/project.pbxproj b/Example/MobileMessagingExample.xcodeproj/project.pbxproj
index f237231a..af28013c 100644
--- a/Example/MobileMessagingExample.xcodeproj/project.pbxproj
+++ b/Example/MobileMessagingExample.xcodeproj/project.pbxproj
@@ -954,7 +954,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 1460136653768;
+ CURRENT_PROJECT_VERSION = 1460136653769;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@@ -1002,7 +1002,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 1460136653768;
+ CURRENT_PROJECT_VERSION = 1460136653769;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1031,7 +1031,7 @@
CODE_SIGN_ENTITLEMENTS = MobileMessagingExample/MobileMessagingExample.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- CURRENT_PROJECT_VERSION = 1460136653768;
+ CURRENT_PROJECT_VERSION = 1460136653769;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = T6U248P7YM;
FRAMEWORK_SEARCH_PATHS = (
@@ -1064,7 +1064,7 @@
CODE_SIGN_ENTITLEMENTS = MobileMessagingExample/MobileMessagingExample.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- CURRENT_PROJECT_VERSION = 1460136653768;
+ CURRENT_PROJECT_VERSION = 1460136653769;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = T6U248P7YM;
FRAMEWORK_SEARCH_PATHS = (
diff --git a/Example/MobileMessagingExample/Info.plist b/Example/MobileMessagingExample/Info.plist
index 7c2417f5..eb056e63 100644
--- a/Example/MobileMessagingExample/Info.plist
+++ b/Example/MobileMessagingExample/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.6.1
+ 2.6.2
CFBundleSignature
????
CFBundleVersion
- 1460136653768
+ 1460136653769
LSRequiresIPhoneOS
UIBackgroundModes
diff --git a/Example/NotificationServiceExtension/Info.plist b/Example/NotificationServiceExtension/Info.plist
index a89f92e4..f7e4918b 100644
--- a/Example/NotificationServiceExtension/Info.plist
+++ b/Example/NotificationServiceExtension/Info.plist
@@ -22,9 +22,9 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 2.6.1
+ 2.6.2
CFBundleVersion
- 1460136653768
+ 1460136653769
NSExtension
NSExtensionPointIdentifier
diff --git a/Example/Tests/Info.plist b/Example/Tests/Info.plist
index c6a222e3..20dc484c 100644
--- a/Example/Tests/Info.plist
+++ b/Example/Tests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 2.6.1
+ 2.6.2
CFBundleSignature
????
CFBundleVersion
- 1460136653768
+ 1460136653769
diff --git a/Example/Tests/MobileMessagingExample_Tests_Device-Info.plist b/Example/Tests/MobileMessagingExample_Tests_Device-Info.plist
index c6a222e3..20dc484c 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.6.1
+ 2.6.2
CFBundleSignature
????
CFBundleVersion
- 1460136653768
+ 1460136653769
diff --git a/MobileMessaging.podspec b/MobileMessaging.podspec
index f10b7660..b27df633 100644
--- a/MobileMessaging.podspec
+++ b/MobileMessaging.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MobileMessaging"
- s.version = "2.6.1"
+ s.version = "2.6.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/Pod/Classes/Core/MMVersion.swift b/Pod/Classes/Core/MMVersion.swift
index 8275190b..24c48a23 100644
--- a/Pod/Classes/Core/MMVersion.swift
+++ b/Pod/Classes/Core/MMVersion.swift
@@ -1 +1 @@
-let mobileMessagingVersion = "2.6.1"
+let mobileMessagingVersion = "2.6.2"