File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55
66## [ Unreleased] [ unreleased ]
7+
8+ ## [ 3.5.3] - 2016-03-28
79### Added
810- Added test coverage integration with Coveralls by using the Slather gem. Added configuration file .slather.yml for use with Slather.
911- Added Gemfile with ` Slather ` and ` xcpretty ` gems for use with Travis CI.
@@ -197,7 +199,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
197199### Changed
198200- Changed project token -> project ID.
199201
200- [ unreleased ] : https://github.com/keenlabs/KeenClient-iOS/compare/3.5.2...HEAD
202+ [ unreleased ] : https://github.com/keenlabs/KeenClient-iOS/compare/3.5.3...HEAD
203+ [ 3.5.3 ] : https://github.com/keenlabs/KeenClient-iOS/compare/3.5.2...3.5.3
201204[ 3.5.2 ] : https://github.com/keenlabs/KeenClient-iOS/compare/3.5.1...3.5.2
202205[ 3.5.1 ] : https://github.com/keenlabs/KeenClient-iOS/compare/3.5.0...3.5.1
203206[ 3.5.0 ] : https://github.com/keenlabs/KeenClient-iOS/compare/3.4.3...3.5.0
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'KeenClient'
3- spec . version = '3.5.2 '
3+ spec . version = '3.5.3 '
44 spec . license = { :type => 'MIT' }
55 spec . ios . deployment_target = '6.0'
66 spec . osx . deployment_target = '10.9'
Original file line number Diff line number Diff line change 88
99#import < Foundation/Foundation.h>
1010
11- #define kKeenSdkVersion @" 3.5.2 "
11+ #define kKeenSdkVersion @" 3.5.3 "
1212
1313extern NSString * const kKeenServerAddress ;
1414extern NSString * const kKeenApiVersion ;
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >3.5.2 </string >
18+ <string >3.5.3 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >3.5.2 </string >
22+ <string >3.5.3 </string >
2323 <key >NSPrincipalClass </key >
2424 <string ></string >
2525</dict >
You can’t perform that action at this time.
0 commit comments