Skip to content

Commit

Permalink
3.4.2 release bits
Browse files Browse the repository at this point in the history
  • Loading branch information
heitortsergent committed Aug 7, 2015
1 parent f52c4b3 commit b9ea0b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion 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.4.2] - 2015-08-07
### Fixed
- Fixed sqlite migration error that was starting a transaction and not finishing it, keeping events from being saved. #113

Expand Down Expand Up @@ -147,7 +149,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Changed project token -> project ID.

[unreleased]: https://github.com/keenlabs/KeenClient-iOS/compare/3.4.1...HEAD
[unreleased]: https://github.com/keenlabs/KeenClient-iOS/compare/3.4.2...HEAD
[3.4.2]: https://github.com/keenlabs/KeenClient-iOS/compare/3.4.1...3.4.2
[3.4.1]: https://github.com/keenlabs/KeenClient-iOS/compare/3.4.0...3.4.1
[3.4.0]: https://github.com/keenlabs/KeenClient-iOS/compare/3.3.1...3.4.0
[3.3.1]: https://github.com/keenlabs/KeenClient-iOS/compare/3.3.0...3.3.1
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.4.1'
spec.version = '3.4.2'
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.4.1"
#define kKeenSdkVersion @"3.4.2"

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

0 comments on commit b9ea0b8

Please sign in to comment.