Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Oct 25, 2016
1 parent 6d13f8c commit 23acf9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ RxKeyboard.instance.frame

## Dependencies

- [RxSwift](https://github.com/ReactiveX/RxSwift) (= 3.0.0-rc.1)
- [RxCocoa](https://github.com/ReactiveX/RxSwift) (= 3.0.0-rc.1)
- [RxSwift](https://github.com/ReactiveX/RxSwift) (>= 3.0)
- [RxCocoa](https://github.com/ReactiveX/RxSwift) (>= 3.0)

## Requirements

Expand All @@ -93,13 +93,13 @@ RxKeyboard.instance.frame
- **Using [CocoaPods](https://cocoapods.org)**:

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

- **Using [Carthage](https://github.com/Carthage/Carthage)**:

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

## License
Expand Down
2 changes: 1 addition & 1 deletion RxKeyboard.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RxKeyboard'
s.version = '0.2.0'
s.version = '0.3.0'
s.summary = 'Reactive Keyboard in iOS'
s.homepage = 'https://github.com/devxoul/RxKeyboard'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 23acf9b

Please sign in to comment.