Skip to content

Commit

Permalink
Updated to version RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaunteya Suryawanshi committed Dec 6, 2017
1 parent c2e715e commit 3853dd7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.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"
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 *kSDKversion = @"2.0.0-rc.1";
static NSString *kSDKversion = @"2.0.0-RC2";

@interface VWOController : NSObject

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

static NSString *kSDKversionNumber = @"1";
static NSString *kSDKversionNumber = @"2";

@implementation VWOURL

Expand Down

0 comments on commit 3853dd7

Please sign in to comment.