From 22d36627ff75ee8619ad2bf2ee3407bc41911af1 Mon Sep 17 00:00:00 2001 From: Peter Kamb Date: Tue, 8 Sep 2015 13:15:57 -0700 Subject: [PATCH] Version 2.0.1 with fixes for CocoaPods --- ApptentiveConnect/source/ATConnect.h | 2 +- CHANGELOG.md | 7 +++++++ apptentive-ios.podspec | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ApptentiveConnect/source/ATConnect.h b/ApptentiveConnect/source/ATConnect.h index c482a6a5e..0e970739f 100644 --- a/ApptentiveConnect/source/ATConnect.h +++ b/ApptentiveConnect/source/ATConnect.h @@ -13,7 +13,7 @@ #import #endif -#define kATConnectVersionString @"2.0.0" +#define kATConnectVersionString @"2.0.1" #if TARGET_OS_IPHONE # define kATConnectPlatformString @"iOS" diff --git a/CHANGELOG.md b/CHANGELOG.md index 2165f1548..af058bd23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -------------------------------- diff --git a/apptentive-ios.podspec b/apptentive-ios.podspec index 7041d5cac..0c44352be 100644 --- a/apptentive-ios.podspec +++ b/apptentive-ios.podspec @@ -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/'