We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e4a0b commit 3d62767Copy full SHA for 3d62767
README.md
@@ -106,13 +106,13 @@ RxKeyboard.instance.frame
106
- **Using [CocoaPods](https://cocoapods.org)**:
107
108
```ruby
109
- pod 'RxKeyboard', '~> 0.3'
+ pod 'RxKeyboard', '~> 0.4'
110
```
111
112
- **Using [Carthage](https://github.com/Carthage/Carthage)**:
113
114
115
- github "devxoul/RxKeyboard" ~> 0.3
+ github "devxoul/RxKeyboard" ~> 0.4
116
117
118
## License
RxKeyboard.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'RxKeyboard'
3
- s.version = '0.3.0'
+ s.version = '0.4.0'
4
s.summary = 'Reactive Keyboard in iOS'
5
s.homepage = 'https://github.com/devxoul/RxKeyboard'
6
s.license = { :type => 'MIT', :file => 'LICENSE' }
0 commit comments