From 53b67b1fefb75bff3822ad30de1f0567360b0872 Mon Sep 17 00:00:00 2001 From: Frank Schmitt Date: Tue, 13 Jun 2017 11:56:03 -0700 Subject: [PATCH] Bump version, update podspec and CHANGELOG --- ApptentiveConnect/source/Apptentive.h | 2 +- CHANGELOG.md | 8 ++++---- apptentive-ios.podspec | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ApptentiveConnect/source/Apptentive.h b/ApptentiveConnect/source/Apptentive.h index 8f45e2900..9fbf84b30 100644 --- a/ApptentiveConnect/source/Apptentive.h +++ b/ApptentiveConnect/source/Apptentive.h @@ -9,7 +9,7 @@ #import -#define kApptentiveVersionString @"3.5.0" +#define kApptentiveVersionString @"3.5.1" #define kApptentivePlatformString @"iOS" #ifdef __swift_compiler_version_at_least diff --git a/CHANGELOG.md b/CHANGELOG.md index d8d705e99..d1b3e9545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +2017-06-13 frankus, weeeBox v3.5.1 +------------------------- +Version 3.5.1 avoids use of blocks when displaying SKStoreReviewController in a effort to fix a possible crash. + 2017-04-05 frankus, weeeBox v3.5.0 ------------------------- Version 3.5.0 adds the ability to request the display of an SKStoreReviewController. @@ -10,10 +14,6 @@ Version 3.4.3 fixes a bug where push notifications could stop working after a co ------------------------- Version 3.4.2 fixes the retry logic for certain network requests. -2017-01-06 frankus, weeeBox v3.4.2 -------------------------- -Version 3.4.2 fixes the retry logic for certain network requests. - 2017-01-06 frankus v3.4.1 ------------------------- Version 3.4.1 fixes visual issues in surveys and upgrade messages. diff --git a/apptentive-ios.podspec b/apptentive-ios.podspec index 6be06b9e5..3b86928ac 100644 --- a/apptentive-ios.podspec +++ b/apptentive-ios.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'apptentive-ios' s.module_name = 'Apptentive' - s.version = '3.5.0' + s.version = '3.5.1' s.license = 'BSD' s.summary = 'Apptentive Customer Communications SDK.' s.homepage = 'https://www.apptentive.com/'