Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaunteya Suryawanshi authored and Kaunteya Suryawanshi committed Dec 15, 2017
1 parent f96ecee commit 848186e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.3'
pod 'VWO', '~> 2.0.0'
```

## iOS Version Support
Expand Down
4 changes: 2 additions & 2 deletions VWO Demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- FLEX (2.4.0)
- VWO (2.0.0-rc.1)
- VWO (2.0.0)

DEPENDENCIES:
- FLEX (~> 2.0)
Expand All @@ -12,7 +12,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
FLEX: bd1a39e55b56bb413b6f1b34b3c10a0dc44ef079
VWO: 111933848da8048abbd948e1882b1b52ae8b096b
VWO: 8ac8e52a3d93030f974b4ca5dd180a0f49dda92f

PODFILE CHECKSUM: 5bcfbe48b4f8f0149faa9ace2224475ee5e98ccc

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.3"
s.version = "2.0.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.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.3";
static NSString *kSDKversion = @"2.0.0";

@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 = @"2";
static NSString *kSDKversionNumber = @"3";

@implementation VWOURL

Expand Down

0 comments on commit 848186e

Please sign in to comment.