diff --git a/VWO.podspec b/VWO.podspec index 479a25f0..2e8cf89b 100644 --- a/VWO.podspec +++ b/VWO.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "VWO" - s.version = "2.4.1" + s.version = "2.4.2" s.summary = "VWO SDK for A/B Testing iOS apps." s.description = "VWO iOS SDK enables you to A/B test mobile apps." s.documentation_url = "http://developers.vwo.com/reference#ios-sdk-reference" diff --git a/VWO/VWOController.h b/VWO/VWOController.h index 99229b3d..cc8e4738 100644 --- a/VWO/VWOController.h +++ b/VWO/VWOController.h @@ -12,7 +12,7 @@ NS_ASSUME_NONNULL_BEGIN -static NSString *kVWOSDKversion = @"2.4.1"; +static NSString *kVWOSDKversion = @"2.4.2"; @class VWOConfig; diff --git a/VWO/VWOURL.m b/VWO/VWOURL.m index 8cfcc5ae..daae9d66 100644 --- a/VWO/VWOURL.m +++ b/VWO/VWOURL.m @@ -25,7 +25,7 @@ + (instancetype)vwoComponentForPath:(NSString *)path { } @end -static NSString *kSDKversionNumber = @"11"; +static NSString *kSDKversionNumber = @"12"; @interface VWOURL()