Skip to content

Commit

Permalink
Bump version, add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
frankus committed Jan 6, 2017
1 parent c571e4f commit cf8eac0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.4.0"
#define kApptentiveVersionString @"3.4.1"
#define kApptentivePlatformString @"iOS"

#ifdef __swift_compiler_version_at_least
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2017-01-06 frankus v3.4.1
-------------------------
Version 3.4.0 fixes visual issues in surveys and upgrade messages.

2016-12-07 frankus v3.4.0
-------------------------
Version 3.4.0 contains a number of bug fixes.
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.4.0'
s.version = '3.4.1'
s.license = 'BSD'
s.summary = 'Apptentive Customer Communications SDK.'
s.homepage = 'https://www.apptentive.com/'
Expand Down

0 comments on commit cf8eac0

Please sign in to comment.