Skip to content

Commit

Permalink
Bump version, update podspec and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
frankus committed Jun 13, 2017
1 parent 081a07c commit 53b67b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ApptentiveConnect/source/Apptentive.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import <UIKit/UIKit.h>

#define kApptentiveVersionString @"3.5.0"
#define kApptentiveVersionString @"3.5.1"
#define kApptentivePlatformString @"iOS"

#ifdef __swift_compiler_version_at_least
Expand Down
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion apptentive-ios.podspec
Original file line number Diff line number Diff line change
@@ -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/'
Expand Down

0 comments on commit 53b67b1

Please sign in to comment.