Skip to content

Commit

Permalink
Version update beta10
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaunteya Suryawanshi committed Oct 30, 2017
1 parent 8ab2f05 commit df246a0
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-beta9'
pod 'VWO', '~> 2.0.0-beta10'
```

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

@interface VWOController : NSObject

Expand Down

0 comments on commit df246a0

Please sign in to comment.