diff --git a/README.md b/README.md index 54c0223..bb0b3cb 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ RxKeyboard.instance.frame ## Dependencies -- [RxSwift](https://github.com/ReactiveX/RxSwift) (= 3.0.0-beta.2) -- [RxCocoa](https://github.com/ReactiveX/RxSwift) (= 3.0.0-beta.2) +- [RxSwift](https://github.com/ReactiveX/RxSwift) (= 3.0.0-rc.1) +- [RxCocoa](https://github.com/ReactiveX/RxSwift) (= 3.0.0-rc.1) ## Requirements @@ -92,13 +92,13 @@ RxKeyboard.instance.frame - **Using [CocoaPods](https://cocoapods.org)**: ```ruby - pod 'RxKeyboard', '~> 0.1' + pod 'RxKeyboard', '~> 0.2' ``` - **Using [Carthage](https://github.com/Carthage/Carthage)**: ``` - github "devxoul/RxKeyboard" ~> 0.1 + github "devxoul/RxKeyboard" ~> 0.2 ``` ## License diff --git a/RxKeyboard.podspec b/RxKeyboard.podspec index 3c2b715..6477664 100644 --- a/RxKeyboard.podspec +++ b/RxKeyboard.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RxKeyboard' - s.version = '0.1.0' + s.version = '0.2.0' s.summary = 'Reactive Keyboard in iOS' s.homepage = 'https://github.com/devxoul/RxKeyboard' s.license = { :type => 'MIT', :file => 'LICENSE' }