From 848186e13b5cff7422e474e5b23dd482676d9a9a Mon Sep 17 00:00:00 2001 From: Kaunteya Suryawanshi Date: Fri, 15 Dec 2017 12:23:42 +0530 Subject: [PATCH] Version update --- README.md | 2 +- VWO Demo/Podfile.lock | 4 ++-- VWO.podspec | 2 +- VWO/VWOController.h | 2 +- VWO/VWOURL.m | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 968868cd..c7e10323 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-rc.3' +pod 'VWO', '~> 2.0.0' ``` ## iOS Version Support diff --git a/VWO Demo/Podfile.lock b/VWO Demo/Podfile.lock index e10dc598..55161b56 100644 --- a/VWO Demo/Podfile.lock +++ b/VWO Demo/Podfile.lock @@ -1,6 +1,6 @@ PODS: - FLEX (2.4.0) - - VWO (2.0.0-rc.1) + - VWO (2.0.0) DEPENDENCIES: - FLEX (~> 2.0) @@ -12,7 +12,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: FLEX: bd1a39e55b56bb413b6f1b34b3c10a0dc44ef079 - VWO: 111933848da8048abbd948e1882b1b52ae8b096b + VWO: 8ac8e52a3d93030f974b4ca5dd180a0f49dda92f PODFILE CHECKSUM: 5bcfbe48b4f8f0149faa9ace2224475ee5e98ccc diff --git a/VWO.podspec b/VWO.podspec index 6db67063..8f718e96 100644 --- a/VWO.podspec +++ b/VWO.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "VWO" -s.version = "2.0.0-rc.3" +s.version = "2.0.0" 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 abf3266f..3ad3609e 100644 --- a/VWO/VWOController.h +++ b/VWO/VWOController.h @@ -12,7 +12,7 @@ NS_ASSUME_NONNULL_BEGIN -static NSString *kSDKversion = @"2.0.0-rc.3"; +static NSString *kSDKversion = @"2.0.0"; @interface VWOController : NSObject diff --git a/VWO/VWOURL.m b/VWO/VWOURL.m index 0f03d3f6..2f63bba1 100644 --- a/VWO/VWOURL.m +++ b/VWO/VWOURL.m @@ -45,7 +45,7 @@ + (instancetype)vwoComponentForPath:(NSString *)path { } @end -static NSString *kSDKversionNumber = @"2"; +static NSString *kSDKversionNumber = @"3"; @implementation VWOURL