Skip to content

Commit

Permalink
Merge pull request #149 from keenlabs/3-5-3-release-bits
Browse files Browse the repository at this point in the history
3.5.3 release bits
  • Loading branch information
terrhorn committed Mar 28, 2016
2 parents 0bddf97 + 19b3ba5 commit 5ccb05b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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.5.3] - 2016-03-28
### Added
- Added test coverage integration with Coveralls by using the Slather gem. Added configuration file .slather.yml for use with Slather.
- Added Gemfile with `Slather` and `xcpretty` gems for use with Travis CI.
Expand Down Expand Up @@ -197,7 +199,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.5.2...HEAD
[unreleased]: https://github.com/keenlabs/KeenClient-iOS/compare/3.5.3...HEAD
[3.5.3]: https://github.com/keenlabs/KeenClient-iOS/compare/3.5.2...3.5.3
[3.5.2]: https://github.com/keenlabs/KeenClient-iOS/compare/3.5.1...3.5.2
[3.5.1]: https://github.com/keenlabs/KeenClient-iOS/compare/3.5.0...3.5.1
[3.5.0]: https://github.com/keenlabs/KeenClient-iOS/compare/3.4.3...3.5.0
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.5.2'
spec.version = '3.5.3'
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.5.2"
#define kKeenSdkVersion @"3.5.3"

extern NSString * const kKeenServerAddress;
extern NSString * const kKeenApiVersion;
Expand Down
4 changes: 2 additions & 2 deletions KeenClientFramework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.5.2</string>
<string>3.5.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.5.2</string>
<string>3.5.3</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 5ccb05b

Please sign in to comment.