Skip to content

Commit 286678d

Browse files
authored
Release/2.2.0 (#228)
travis script needs tag to be on master
1 parent 84dc315 commit 286678d

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

Leanplum-SDK/Classes/Internal/Constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#define IS_NOOP ((!IS_SUPPORTED_IOS_VERSION) || IS_JAILBROKEN || [LPConstantsState sharedState].isTestMode || [LPConstantsState sharedState].isInPermanentFailureState)
5050
#define RETURN_IF_NOOP if (IS_NOOP) return
5151

52-
#define LEANPLUM_SDK_VERSION @"2.0.6"
52+
#define LEANPLUM_SDK_VERSION @"2.2.0"
5353
#define LEANPLUM_CLIENT @"ios"
5454

5555
// Can upload up to 100 files or 50 MB per request.

Leanplum-iOS-SDK-source.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Pod::Spec.new do |s|
66
s.name = 'Leanplum-iOS-SDK-source'
7-
s.version = '2.2-beta-3'
7+
s.version = '2.2-beta-6'
88
s.summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
99
s.description = <<-DESC
1010
Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app

Leanplum-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'Leanplum-iOS-SDK'
11-
s.version = '2.2-beta-3'
11+
s.version = '2.2-beta-6'
1212
s.summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
1313
s.description = <<-DESC
1414
Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app

Tools/push.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
source ~/.rvm/scripts/rvm
44
rvm use default
55
pod trunk push Leanplum-iOS-SDK.podspec --allow-warnings
6-
pod trunk push Leanplum-iOS-SDK-source.podspec --allow-warnings

0 commit comments

Comments
 (0)