Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed May 9, 2017
1 parent af828c2 commit 2617bb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ RxKeyboard.instance.frame
- **Using [CocoaPods](https://cocoapods.org)**:

```ruby
pod 'RxKeyboard', '~> 0.4'
pod 'RxKeyboard'
```

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

```
github "devxoul/RxKeyboard" ~> 0.4
github "devxoul/RxKeyboard"
```

## 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.4.1'
s.version = '0.5.0'
s.summary = 'Reactive Keyboard in iOS'
s.homepage = 'https://github.com/RxSwiftCommunity/RxKeyboard'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 2617bb9

Please sign in to comment.