Skip to content

Commit fcc5a16

Browse files
committed
Bump version, add changelog entry
1 parent 8dabb58 commit fcc5a16

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Apptentive/Apptentive/Apptentive.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FOUNDATION_EXPORT double ApptentiveVersionNumber;
2020
FOUNDATION_EXPORT const unsigned char ApptentiveVersionString[];
2121

2222
/** The version number of the Apptentive SDK. */
23-
#define kApptentiveVersionString @"4.0.10"
23+
#define kApptentiveVersionString @"4.0.11"
2424

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

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2018-08-29 frankus, weeebox v4.0.11
2+
-----------------------------------
3+
4+
###Bugs Fixed
5+
6+
- Add availability check for appearanceWhenContainedInInstancesOfClasses
7+
18
2018-01-12 frankus, weeebox v4.0.10
29
-----------------------------------
310

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.10'
4+
s.version = '4.0.11'
55
s.license = 'BSD'
66
s.summary = 'Apptentive Customer Communications SDK.'
77
s.homepage = 'https://www.apptentive.com/'

0 commit comments

Comments
 (0)