Skip to content

Commit

Permalink
2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishileanplum committed Jun 13, 2019
1 parent 6a36394 commit 8d2ae5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Leanplum-SDK/Classes/Internal/LPConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#define IS_NOOP ((!IS_SUPPORTED_IOS_VERSION) || IS_JAILBROKEN || [LPConstantsState sharedState].isTestMode || [LPConstantsState sharedState].isInPermanentFailureState)
#define RETURN_IF_NOOP if (IS_NOOP) return

#define LEANPLUM_SDK_VERSION @"2.4.3-beta1"
#define LEANPLUM_SDK_VERSION @"2.4.3"
#define LEANPLUM_CLIENT @"ios"
#define LEANPLUM_SUPPORTED_ENCODING @"gzip"

Expand Down
2 changes: 1 addition & 1 deletion sdk-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.3-beta1
2.4.3

0 comments on commit 8d2ae5b

Please sign in to comment.