diff --git a/KeenClient.podspec b/KeenClient.podspec index 45973af..60e490c 100644 --- a/KeenClient.podspec +++ b/KeenClient.podspec @@ -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' diff --git a/KeenClient/KeenConstants.h b/KeenClient/KeenConstants.h index dd8abd6..ae9e1bb 100644 --- a/KeenClient/KeenConstants.h +++ b/KeenClient/KeenConstants.h @@ -8,7 +8,7 @@ #import -#define kKeenSdkVersion @"3.5.3" +#define kKeenSdkVersion @"3.5.4" extern NSString * const kKeenServerAddress; extern NSString * const kKeenApiVersion; diff --git a/KeenClientFramework/Info.plist b/KeenClientFramework/Info.plist index 41a9fc5..773a085 100644 --- a/KeenClientFramework/Info.plist +++ b/KeenClientFramework/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.5.3 + 3.5.4 CFBundleSignature ???? CFBundleVersion - 3.5.3 + 3.5.4 NSPrincipalClass