Skip to content

Commit

Permalink
Version bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
infobip-ci committed Jul 19, 2016
1 parent 08c1c99 commit 4a61a2c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Example/MobileMessagingExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1460136653732;
CURRENT_PROJECT_VERSION = 1460136653733;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -741,7 +741,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1460136653732;
CURRENT_PROJECT_VERSION = 1460136653733;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand All @@ -766,7 +766,7 @@
baseConfigurationReference = 5000030A1CCB7B2F00C91479 /* Pods-MobileMessagingExample.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 1460136653732;
CURRENT_PROJECT_VERSION = 1460136653733;
DEFINES_MODULE = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -791,7 +791,7 @@
baseConfigurationReference = 5000030B1CCB7B2F00C91479 /* Pods-MobileMessagingExample.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 1460136653732;
CURRENT_PROJECT_VERSION = 1460136653733;
DEFINES_MODULE = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down
4 changes: 2 additions & 2 deletions Example/Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.0</string>
<string>0.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1460136653732</string>
<string>1460136653733</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Example/Tests/MobileMessagingExample_Tests_Device-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.0</string>
<string>0.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1460136653732</string>
<string>1460136653733</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion MobileMessaging.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "MobileMessaging"
s.version = "0.3.0"
s.version = "0.3.1"
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.
Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/MMVersion.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let libVersion = "0.3.0"
let libVersion = "0.3.1"

0 comments on commit 4a61a2c

Please sign in to comment.