Skip to content

Commit

Permalink
Version bump to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
infobip-ci committed Apr 25, 2018
1 parent c542ed6 commit 37d462c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Classes/Core/MMVersion.swift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let mobileMessagingVersion = "3.4.0"
let mobileMessagingVersion = "3.5.0"
4 changes: 2 additions & 2 deletions Framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.4.0</string>
<string>3.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1460136653814</string>
<string>1460136653815</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion MobileMessaging.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MobileMessaging"
s.version = "3.4.0"
s.version = "3.5.0"
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"
Expand Down
4 changes: 2 additions & 2 deletions MobileMessaging.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1460136653801;
CURRENT_PROJECT_VERSION = 1460136653815;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand Down Expand Up @@ -1274,7 +1274,7 @@
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1460136653801;
CURRENT_PROJECT_VERSION = 1460136653815;
DEBUG_INFORMATION_FORMAT = dwarf;
DEFINES_MODULE = YES;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand Down

0 comments on commit 37d462c

Please sign in to comment.