Skip to content

Commit

Permalink
Updated to 2.0.0-beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaunteya Suryawanshi committed Sep 12, 2017
1 parent 86222a8 commit 172a6f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-beta5'
pod 'VWO', '~> 2.0.0-beta6'
```

## 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-beta5"
s.version = "2.0.0-beta6"
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-sdk/VAOSDKInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ @implementation VAOSDKInfo

+ (NSString *)sdkVersion {
//TODO: Put it in persistent storage or plist
return @"2.0.0-beta5";
return @"2.0.0-beta6";
}

+ (void)setAppKeyID:(NSString *) key {
Expand Down

0 comments on commit 172a6f4

Please sign in to comment.