Skip to content

Commit 03a8619

Browse files
nzagorcheve7macdejan2k
authored
Release/3.0.0 (#395)
* 3.0.0 release Co-authored-by: Mayank Sanganeria <[email protected]> Co-authored-by: Dejan Krstevski <[email protected]>
1 parent 01f5d04 commit 03a8619

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Leanplum-SDK/Classes/Internal/LPConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#define IS_NOOP (IS_JAILBROKEN || [LPConstantsState sharedState].isTestMode || [LPConstantsState sharedState].isInPermanentFailureState)
3939
#define RETURN_IF_NOOP if (IS_NOOP) return
4040

41-
#define LEANPLUM_SDK_VERSION @"2.8.0"
41+
#define LEANPLUM_SDK_VERSION @"3.0.0"
4242
#define LEANPLUM_CLIENT @"ios"
4343
#define LEANPLUM_SUPPORTED_ENCODING @"gzip"
4444

sdk-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.0
1+
3.0.0

0 commit comments

Comments
 (0)