Skip to content

Commit

Permalink
Prep for 3.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
terrhorn committed Jun 12, 2015
1 parent 0528003 commit 8051188
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased][unreleased]

## [3.3.1](https://github.com/keenlabs/KeenClient-iOS/compare/3.3.0...3.3.1) - 2015-06-12
### Fixed
- Fixed warning about deprecated SenTestingKit, converted it to XCTest.

Expand Down
2 changes: 1 addition & 1 deletion KeenClient.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'KeenClient'
spec.version = '3.3.0'
spec.version = '3.3.1'
spec.license = { :type => 'MIT' }
spec.ios.deployment_target = '6.0'
spec.osx.deployment_target = '10.9'
Expand Down
2 changes: 1 addition & 1 deletion KeenClient/KeenConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import <Foundation/Foundation.h>

#define kKeenSdkVersion @"3.3.0"
#define kKeenSdkVersion @"3.3.1"

extern NSString * const kKeenServerAddress;
extern NSString * const kKeenApiVersion;
Expand Down

0 comments on commit 8051188

Please sign in to comment.