Skip to content

Commit 5ccb05b

Browse files
committed
Merge pull request #149 from keenlabs/3-5-3-release-bits
3.5.3 release bits
2 parents 0bddf97 + 19b3ba5 commit 5ccb05b

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

KeenClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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'

KeenClient/KeenConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#import <Foundation/Foundation.h>
1010

11-
#define kKeenSdkVersion @"3.5.2"
11+
#define kKeenSdkVersion @"3.5.3"
1212

1313
extern NSString * const kKeenServerAddress;
1414
extern NSString * const kKeenApiVersion;

KeenClientFramework/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
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>

0 commit comments

Comments
 (0)