Skip to content

Commit

Permalink
Update version string, changelog, podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
frankus committed Jan 15, 2016
1 parent adf9e54 commit 8472ea9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ApptentiveConnect/source/ATConnect.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import <Cocoa/Cocoa.h>
#endif

#define kATConnectVersionString @"2.1.0"
#define kATConnectVersionString @"2.1.1"

#if TARGET_OS_IPHONE
#define kATConnectPlatformString @"iOS"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2016-01-14 frankus v2.1.1
-------------------------
Version 2.1.1 contains bug fixes and fixes several deprecation warnings for
iOS 8 deployment targets. The code formatting has been made more consistent.

2015-12-09 frankus v2.1.0
--------------------------------
Version 2.1 contains several major features:
Expand Down
2 changes: 1 addition & 1 deletion apptentive-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'apptentive-ios'
s.version = '2.1.0'
s.version = '2.1.1'
s.license = 'BSD'
s.summary = 'Apptentive Customer Communications SDK.'
s.homepage = 'https://www.apptentive.com/'
Expand Down

0 comments on commit 8472ea9

Please sign in to comment.