diff --git a/README.md b/README.md index 709cafae..06c4ae60 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.1' +pod 'VWO', '~> 2.0.0-RC2' ``` ## iOS Version Support diff --git a/VWO.podspec b/VWO.podspec index 8357aa1a..28c5d335 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.1" +s.version = "2.0.0-RC2" 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 42ac3598..ed296968 100644 --- a/VWO/VWOController.h +++ b/VWO/VWOController.h @@ -12,7 +12,7 @@ NS_ASSUME_NONNULL_BEGIN -static NSString *kSDKversion = @"2.0.0-rc.1"; +static NSString *kSDKversion = @"2.0.0-RC2"; @interface VWOController : NSObject diff --git a/VWO/VWOURL.m b/VWO/VWOURL.m index f23d53f6..0f03d3f6 100644 --- a/VWO/VWOURL.m +++ b/VWO/VWOURL.m @@ -45,7 +45,7 @@ + (instancetype)vwoComponentForPath:(NSString *)path { } @end -static NSString *kSDKversionNumber = @"1"; +static NSString *kSDKversionNumber = @"2"; @implementation VWOURL