diff --git a/README.md b/README.md index 97f2e5f5..15c9dad1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ VWO is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: ``` -pod 'VWO', '~> 2.0.0-beta5' +pod 'VWO', '~> 2.0.0-beta6' ``` ## iOS Version Support diff --git a/VWO.podspec b/VWO.podspec index d81f0c69..4423a6bc 100644 --- a/VWO.podspec +++ b/VWO.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "VWO" -s.version = "2.0.0-beta5" +s.version = "2.0.0-beta6" s.summary = "VWO SDK for A/B Testing iOS apps." s.description = "VWO iOS SDK enables you to A/B test mobile apps." s.homepage = "http://vwo.com" diff --git a/vwo-sdk/VAOSDKInfo.m b/vwo-sdk/VAOSDKInfo.m index 934b64a6..ba59673f 100644 --- a/vwo-sdk/VAOSDKInfo.m +++ b/vwo-sdk/VAOSDKInfo.m @@ -15,7 +15,7 @@ @implementation VAOSDKInfo + (NSString *)sdkVersion { //TODO: Put it in persistent storage or plist - return @"2.0.0-beta5"; + return @"2.0.0-beta6"; } + (void)setAppKeyID:(NSString *) key {