From df246a00d480ea24c7a4497dab38a0abb8eadd77 Mon Sep 17 00:00:00 2001 From: Kaunteya Suryawanshi Date: Mon, 30 Oct 2017 17:41:46 +0530 Subject: [PATCH] Version update beta10 --- README.md | 2 +- VWO.podspec | 2 +- VWO/VWOController.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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