Skip to content

Commit

Permalink
3.5.4 release bits
Browse files Browse the repository at this point in the history
  • Loading branch information
heitortsergent committed Jun 13, 2016
1 parent 14693f1 commit 5180bea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.3'
spec.version = '3.5.4'
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.3"
#define kKeenSdkVersion @"3.5.4"

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.3</string>
<string>3.5.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.5.3</string>
<string>3.5.4</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 5180bea

Please sign in to comment.