Skip to content

Commit

Permalink
Changed version number to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pkamb committed Oct 10, 2013
1 parent b7fb442 commit 9bbcead
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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 @"1.2.1a"
#define kATConnectVersionString @"1.2.1"

#if TARGET_OS_IPHONE
# define kATConnectPlatformString @"iOS"
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
2013-10-09 wooster, pkamb v1.2.1 (in progress)
2013-10-09 wooster, pkamb v1.2.1
-------------------------
Fixes:

* IOS-233 "Write a Review" is grayed out when using StoreKit
* #59 'Write a Review' button disabled when app store is shown
* IOS-187 Entering text in one free form field overrides another free form field's data
* IOS-234 Add `distribution_version` to API

This release fixes an issue where iOS 7 disabled the "Write a Review" button on an app page when viewed within StoreKit. For this release, we will be switching back to the URL method of opening the page in the App Store app.

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

0 comments on commit 9bbcead

Please sign in to comment.