Skip to content

Commit

Permalink
Version 2.0.1 with fixes for CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
pkamb committed Sep 8, 2015
1 parent a503a96 commit 22d3662
Show file tree
Hide file tree
Showing 3 changed files with 9 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.0.0"
#define kATConnectVersionString @"2.0.1"

#if TARGET_OS_IPHONE
# define kATConnectPlatformString @"iOS"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2015-09-08 pkamb, frankus v2.0.1
--------------------------------

Version 2.0.1 contains fixes for our CocoaPods release, which was not working correctly with 2.0.0.

Please use 2.0.1 with CocoaPods for the new Message Center and ARC changes. Non-CocoaPods builds can continue to use 2.0.0, or upgrade to 2.0.1.

2015-09-02 pkamb, frankus v2.0.0
--------------------------------

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.0.0'
s.version = '2.0.1'
s.license = 'BSD'
s.summary = 'Apptentive Customer Communications SDK.'
s.homepage = 'https://www.apptentive.com/'
Expand Down

0 comments on commit 22d3662

Please sign in to comment.