Skip to content

Commit

Permalink
3.5.2 release bits
Browse files Browse the repository at this point in the history
  • Loading branch information
heitortsergent committed Feb 4, 2016
1 parent 1313813 commit 5affd46
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.2] - 2016-02-04
### Added
- Added support for Carthage. Added a Dynamic Framework scheme, and changed its setting to "Shared" so Carthage can use it.

Expand Down Expand Up @@ -181,7 +183,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.1...HEAD
[unreleased]: https://github.com/keenlabs/KeenClient-iOS/compare/3.5.2...HEAD
[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
[3.4.3]: https://github.com/keenlabs/KeenClient-iOS/compare/3.4.2...3.4.3
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.1'
spec.version = '3.5.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.5.1"
#define kKeenSdkVersion @"3.5.2"

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.1</string>
<string>3.5.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.5.1</string>
<string>3.5.2</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 5affd46

Please sign in to comment.