From 23acf9bb18cc16d9b449b502993a3abe69506ee3 Mon Sep 17 00:00:00 2001 From: Suyeol Jeon Date: Tue, 25 Oct 2016 20:29:45 +0900 Subject: [PATCH] Bump version to 0.3.0 --- README.md | 8 ++++---- RxKeyboard.podspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e1e30d8..b572256 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/RxKeyboard.podspec b/RxKeyboard.podspec index 3230a3e..7b8fcdb 100644 --- a/RxKeyboard.podspec +++ b/RxKeyboard.podspec @@ -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' }