From 9bbceadbd8d41cd89cd100d5d1e399227e0f30fc Mon Sep 17 00:00:00 2001 From: pkamb Date: Wed, 9 Oct 2013 17:20:03 -0700 Subject: [PATCH] Changed version number to 1.2.1 --- ApptentiveConnect/source/ATConnect.h | 2 +- CHANGELOG.md | 3 ++- apptentive-ios.podspec | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ApptentiveConnect/source/ATConnect.h b/ApptentiveConnect/source/ATConnect.h index 3de8073d7..54d66d436 100644 --- a/ApptentiveConnect/source/ATConnect.h +++ b/ApptentiveConnect/source/ATConnect.h @@ -13,7 +13,7 @@ #import #endif -#define kATConnectVersionString @"1.2.1a" +#define kATConnectVersionString @"1.2.1" #if TARGET_OS_IPHONE # define kATConnectPlatformString @"iOS" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c0487741..91dbc4d02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/apptentive-ios.podspec b/apptentive-ios.podspec index 63a8fa2b6..f4e6658f9 100644 --- a/apptentive-ios.podspec +++ b/apptentive-ios.podspec @@ -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/'