diff --git a/README.md b/README.md index 035bf644..0a0f8e7b 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-beta9' +pod 'VWO', '~> 2.0.0-beta10' ``` ## iOS Version Support diff --git a/VWO.podspec b/VWO.podspec index 8cb69f78..c4012464 100644 --- a/VWO.podspec +++ b/VWO.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "VWO" -s.version = "2.0.0-beta9" +s.version = "2.0.0-beta10" 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/VWOController.h b/VWO/VWOController.h index cd080e1d..5689a9a6 100644 --- a/VWO/VWOController.h +++ b/VWO/VWOController.h @@ -12,7 +12,7 @@ NS_ASSUME_NONNULL_BEGIN -static NSString *kSDKversion = @"2.0.0-beta9"; +static NSString *kSDKversion = @"2.0.0-beta10"; @interface VWOController : NSObject