From fb7cbfde6c5c10d893dd981c736c130d43e3cdb7 Mon Sep 17 00:00:00 2001 From: Frank Schmitt Date: Wed, 23 Nov 2016 16:15:31 -0800 Subject: [PATCH] Bump version, add changelog entry --- ApptentiveConnect/Apptentive/Info.plist | 2 +- ApptentiveConnect/ApptentiveDebugging/Info.plist | 2 +- ApptentiveConnect/source/Apptentive.h | 2 +- CHANGELOG.md | 4 ++++ apptentive-ios.podspec | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ApptentiveConnect/Apptentive/Info.plist b/ApptentiveConnect/Apptentive/Info.plist index 19932dd31..61128aab5 100644 --- a/ApptentiveConnect/Apptentive/Info.plist +++ b/ApptentiveConnect/Apptentive/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.3.2 + 3.3.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/ApptentiveConnect/ApptentiveDebugging/Info.plist b/ApptentiveConnect/ApptentiveDebugging/Info.plist index fbe1e6b31..61128aab5 100644 --- a/ApptentiveConnect/ApptentiveDebugging/Info.plist +++ b/ApptentiveConnect/ApptentiveDebugging/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 3.3.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/ApptentiveConnect/source/Apptentive.h b/ApptentiveConnect/source/Apptentive.h index 9a0200e05..c34fe9285 100644 --- a/ApptentiveConnect/source/Apptentive.h +++ b/ApptentiveConnect/source/Apptentive.h @@ -9,7 +9,7 @@ #import -#define kApptentiveVersionString @"3.3.2" +#define kApptentiveVersionString @"3.3.3" #define kApptentivePlatformString @"iOS" #ifdef __swift_compiler_version_at_least diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a9161ef8..ce7195fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +2016-11-23 frankus v3.3.3 +------------------------- +Version 3.3.3 fixes a bug where launch events weren't being recorded in some instances. + 2016-11-07 frankus v3.3.2 ------------------------- Version 3.3.2 fixes a bug with section caching do reduce log noise, along with other diff --git a/apptentive-ios.podspec b/apptentive-ios.podspec index 212d0dfa5..27482ad0e 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.3.2' + s.version = '3.3.3' s.license = 'BSD' s.summary = 'Apptentive Customer Communications SDK.' s.homepage = 'https://www.apptentive.com/'