File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444#define IS_NOOP ((!IS_SUPPORTED_IOS_VERSION) || IS_JAILBROKEN || [LPConstantsState sharedState ].isTestMode || [LPConstantsState sharedState ].isInPermanentFailureState)
4545#define RETURN_IF_NOOP if (IS_NOOP) return
4646
47- #define LEANPLUM_SDK_VERSION @" 2.0.0-SNAPSHOT "
47+ #define LEANPLUM_SDK_VERSION @" 2.0.1 "
4848#define LEANPLUM_CLIENT @" ios"
4949
5050// Can upload up to 100 files or 50 MB per request.
Original file line number Diff line number Diff line change 11//
22// Leanplum.h
3- // Leanplum iOS SDK Version 2.0.0-SNAPSHOT
3+ // Leanplum iOS SDK Version 2.0.1
44//
55// Copyright (c) 2012 Leanplum, Inc. All rights reserved.
66//
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'Leanplum-iOS-SDK-source'
11- s . version = '2.0.0-SNAPSHOT '
11+ s . version = '2.0.1 '
1212 s . summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
1313 s . description = <<-DESC
1414Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app
You can’t perform that action at this time.
0 commit comments