Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaunteya Suryawanshi committed Jun 1, 2018
1 parent 8811525 commit b1c773b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VWO.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "VWO"
s.version = "2.3.1"
s.version = "2.4.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.documentation_url = "http://developers.vwo.com/reference#ios-sdk-reference"
Expand Down
2 changes: 1 addition & 1 deletion VWO/VWOController.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

NS_ASSUME_NONNULL_BEGIN

static NSString *kVWOSDKversion = @"2.3.1";
static NSString *kVWOSDKversion = @"2.4.0";

@class VWOConfig;

Expand Down
2 changes: 1 addition & 1 deletion VWO/VWOURL.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ + (instancetype)vwoComponentForPath:(NSString *)path {
}
@end

static NSString *kSDKversionNumber = @"9";
static NSString *kSDKversionNumber = @"10";

@interface VWOURL()

Expand Down

0 comments on commit b1c773b

Please sign in to comment.