Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Jan 15, 2017
1 parent 50698fb commit abaaf98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -123,13 +123,13 @@ final class ArticleDetailViewModelTests: RxTestCase {
- **For iOS 8+ projects** with [CocoaPods](https://cocoapods.org):

```ruby
pod 'RxExpect', '~> 0.2'
pod 'RxExpect', '~> 0.3'
```

- **For iOS 8+ projects** with [Carthage](https://github.com/Carthage/Carthage):

```
github "devxoul/RxExpect" ~> 0.2
github "devxoul/RxExpect" ~> 0.3
```

## License
Expand Down
2 changes: 1 addition & 1 deletion RxExpect.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxExpect"
s.version = "0.2.0"
s.version = "0.3.0"
s.summary = "The RxSwift testing framework"
s.homepage = "https://github.com/devxoul/RxExpect"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit abaaf98

Please sign in to comment.