diff --git a/Example/MobileMessagingExample.xcodeproj/project.pbxproj b/Example/MobileMessagingExample.xcodeproj/project.pbxproj index 877a72b7..ba0ff51f 100644 --- a/Example/MobileMessagingExample.xcodeproj/project.pbxproj +++ b/Example/MobileMessagingExample.xcodeproj/project.pbxproj @@ -690,7 +690,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1460136653731; + CURRENT_PROJECT_VERSION = 1460136653732; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -737,7 +737,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1460136653731; + CURRENT_PROJECT_VERSION = 1460136653732; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -762,7 +762,7 @@ baseConfigurationReference = 5000030A1CCB7B2F00C91479 /* Pods-MobileMessagingExample.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 1460136653731; + CURRENT_PROJECT_VERSION = 1460136653732; DEFINES_MODULE = YES; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -787,7 +787,7 @@ baseConfigurationReference = 5000030B1CCB7B2F00C91479 /* Pods-MobileMessagingExample.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 1460136653731; + CURRENT_PROJECT_VERSION = 1460136653732; DEFINES_MODULE = YES; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", diff --git a/Example/Tests/Info.plist b/Example/Tests/Info.plist index eb040423..6a8c8b03 100644 --- a/Example/Tests/Info.plist +++ b/Example/Tests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.2.1 + 0.3.0 CFBundleSignature ???? CFBundleVersion - 1460136653731 + 1460136653732 diff --git a/Example/Tests/MobileMessagingExample_Tests_Device-Info.plist b/Example/Tests/MobileMessagingExample_Tests_Device-Info.plist index eb040423..6a8c8b03 100644 --- a/Example/Tests/MobileMessagingExample_Tests_Device-Info.plist +++ b/Example/Tests/MobileMessagingExample_Tests_Device-Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.2.1 + 0.3.0 CFBundleSignature ???? CFBundleVersion - 1460136653731 + 1460136653732 diff --git a/MobileMessaging.podspec b/MobileMessaging.podspec index 01aa9044..614b9b85 100644 --- a/MobileMessaging.podspec +++ b/MobileMessaging.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "MobileMessaging" -s.version = "0.2.1" +s.version = "0.3.0" s.summary = "Mobile Messaging SDK for iOS" s.description = <<-DESC 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. diff --git a/Pod/Classes/MMVersion.swift b/Pod/Classes/MMVersion.swift index 6fddb4d0..0a9d91c6 100644 --- a/Pod/Classes/MMVersion.swift +++ b/Pod/Classes/MMVersion.swift @@ -1 +1 @@ -let libVersion = "0.2.1" \ No newline at end of file +let libVersion = "0.3.0" \ No newline at end of file