Skip to content

Commit

Permalink
Bump version, add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
frankus committed Nov 24, 2016
1 parent c97b207 commit fb7cbfd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ApptentiveConnect/Apptentive/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.3.2</string>
<string>3.3.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion ApptentiveConnect/ApptentiveDebugging/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>3.3.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion ApptentiveConnect/source/Apptentive.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import <UIKit/UIKit.h>

#define kApptentiveVersionString @"3.3.2"
#define kApptentiveVersionString @"3.3.3"
#define kApptentivePlatformString @"iOS"

#ifdef __swift_compiler_version_at_least
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2016-11-23 frankus v3.3.3
-------------------------
Version 3.3.3 fixes a bug where launch events weren't being recorded in some instances.

2016-11-07 frankus v3.3.2
-------------------------
Version 3.3.2 fixes a bug with section caching do reduce log noise, along with other
Expand Down
2 changes: 1 addition & 1 deletion apptentive-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'apptentive-ios'
s.module_name = 'Apptentive'
s.version = '3.3.2'
s.version = '3.3.3'
s.license = 'BSD'
s.summary = 'Apptentive Customer Communications SDK.'
s.homepage = 'https://www.apptentive.com/'
Expand Down

0 comments on commit fb7cbfd

Please sign in to comment.