We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c209aed commit 7c0dfe3Copy full SHA for 7c0dfe3
Leanplum-SDK/Classes/Internal/LPConstants.h
@@ -49,7 +49,7 @@
49
#define IS_NOOP ((!IS_SUPPORTED_IOS_VERSION) || IS_JAILBROKEN || [LPConstantsState sharedState].isTestMode || [LPConstantsState sharedState].isInPermanentFailureState)
50
#define RETURN_IF_NOOP if (IS_NOOP) return
51
52
-#define LEANPLUM_SDK_VERSION @"2.2.5-beta.13"
+#define LEANPLUM_SDK_VERSION @"2.2.5-beta.14"
53
#define LEANPLUM_CLIENT @"ios"
54
55
// Can upload up to 100 files or 50 MB per request.
sdk-version.txt
@@ -1 +1 @@
1
-2.2.5-beta.13
+2.2.5-beta.14
0 commit comments