File tree 5 files changed +8
-4
lines changed
5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.3.3 </string >
18
+ <string >3.4.0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.3.3 </string >
18
+ <string >3.4.0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 9
9
10
10
#import < UIKit/UIKit.h>
11
11
12
- #define kApptentiveVersionString @" 3.3.3 "
12
+ #define kApptentiveVersionString @" 3.4.0 "
13
13
#define kApptentivePlatformString @" iOS"
14
14
15
15
#ifdef __swift_compiler_version_at_least
Original file line number Diff line number Diff line change
1
+ 2016-12-07 frankus v3.4.0
2
+ -------------------------
3
+ Version 3.4.0 contains a number of bug fixes.
4
+
1
5
2016-11-23 frankus v3.3.3
2
6
-------------------------
3
7
Version 3.3.3 fixes a bug where launch events weren't being recorded in some instances.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'apptentive-ios'
3
3
s . module_name = 'Apptentive'
4
- s . version = '3.3.3 '
4
+ s . version = '3.4.0 '
5
5
s . license = 'BSD'
6
6
s . summary = 'Apptentive Customer Communications SDK.'
7
7
s . homepage = 'https://www.apptentive.com/'
You can’t perform that action at this time.
0 commit comments