Skip to content

Commit

Permalink
Apple SDK 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Oyama committed Jan 9, 2018
1 parent dd43eaf commit 5d9d4b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Leanplum-SDK/Classes/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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.0.5-SNAPSHOT"
#define LEANPLUM_SDK_VERSION @"2.0.5"
#define LEANPLUM_CLIENT @"ios"

// Can upload up to 100 files or 50 MB per request.
Expand Down
2 changes: 1 addition & 1 deletion Leanplum-SDK/Classes/Leanplum.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Leanplum.h
// Leanplum iOS SDK Version 2.0.5-SNAPSHOT
// Leanplum iOS SDK Version 2.0.5
//
// Copyright (c) 2012 Leanplum, Inc. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion Leanplum-iOS-SDK-source.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Leanplum-iOS-SDK-source'
s.version = '2.0.5-SNAPSHOT'
s.version = '2.0.5'
s.summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
s.description = <<-DESC
Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app
Expand Down

0 comments on commit 5d9d4b6

Please sign in to comment.