Skip to content

Commit

Permalink
chore(version): Update version to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun Malhotra committed Nov 10, 2022
1 parent 83939dd commit 9541981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.10.0"
s.version = "2.11.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.10.0";
static NSString *kVWOSDKversion = @"2.11.0";

@class VWOConfig;

Expand Down

0 comments on commit 9541981

Please sign in to comment.