Skip to content

Commit c0c139c

Browse files
committed
Merge branch 'release/2.0.6' into develop
2 parents e0be5c3 + 5ddde92 commit c0c139c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Leanplum-SDK/Classes/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.5"
52+
#define LEANPLUM_SDK_VERSION @"2.0.6"
5353
#define LEANPLUM_CLIENT @"ios"
5454

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

Leanplum-SDK/Classes/Leanplum.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Leanplum.h
3-
// Leanplum iOS SDK Version 2.0.5
3+
// Leanplum iOS SDK Version 2.0.6
44
//
55
// Copyright (c) 2012 Leanplum, Inc. All rights reserved.
66
//

Leanplum-iOS-SDK-source.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-source'
11-
s.version = '2.0.5'
11+
s.version = '2.0.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

0 commit comments

Comments
 (0)