Skip to content

Commit 259b466

Browse files
committed
Update changelog, podspec, version
1 parent c20d6ac commit 259b466

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Apptentive/Apptentive/Apptentive.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FOUNDATION_EXPORT double ApptentiveVersionNumber;
1717
FOUNDATION_EXPORT const unsigned char ApptentiveVersionString[];
1818

1919
/** The version number of the Apptentive SDK. */
20-
#define kApptentiveVersionString @"4.0.2"
20+
#define kApptentiveVersionString @"4.0.3"
2121

2222
/** The platform that the SDK is built for. */
2323
#define kApptentivePlatformString @"iOS"

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2017-08-11 frankus, weeebox v4.0.3
2+
----------------------------------
3+
Version 4.0.3 fixes a potential crash when decoding invalid JSON, and provides better error messaging for incorrect Apptentive App Key and Apptentive App Signature values. It also updates the URL used to send users to the App Store rating page for an app.
4+
15
2017-08-03 frankus, weeebox v4.0.2
26
----------------------------------
37
Version 4.0.2 fixes a potential deadlock when an app returns to the foreground.

apptentive-ios.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'apptentive-ios'
33
s.module_name = 'Apptentive'
4-
s.version = '4.0.2'
4+
s.version = '4.0.3'
55
s.license = 'BSD'
66
s.summary = 'Apptentive Customer Communications SDK.'
77
s.homepage = 'https://www.apptentive.com/'

0 commit comments

Comments
 (0)