Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Nov 24, 2016
1 parent b695c7c commit 39bfe74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MoyaSugar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MoyaSugar'
s.version = '0.1.1'
s.version = '0.2.0'
s.summary = '🍯 Syntactic sugar for Moya'
s.homepage = 'https://github.com/devxoul/MoyaSugar'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ Same with [Moya](https://github.com/Moya/Moya)
- **Using [CocoaPods](https://cocoapods.org)**:

```ruby
pod 'MoyaSugar', '~> 0.1'
pod 'MoyaSugar/RxSwift', '~> 0.1' # Use with RxSwift
pod 'MoyaSugar', '~> 0.2'
pod 'MoyaSugar/RxSwift', '~> 0.2' # Use with RxSwift
```

> MoyaSugar currently doesn't cupport Carthage and Swift Package Manager.
Expand Down

0 comments on commit 39bfe74

Please sign in to comment.