Skip to content

Commit 23acf9b

Browse files
committed
Bump version to 0.3.0
1 parent 6d13f8c commit 23acf9b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ RxKeyboard.instance.frame
8080

8181
## Dependencies
8282

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

8686
## Requirements
8787

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

9595
```ruby
96-
pod 'RxKeyboard', '~> 0.2'
96+
pod 'RxKeyboard', '~> 0.3'
9797
```
9898

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

101101
```
102-
github "devxoul/RxKeyboard" ~> 0.2
102+
github "devxoul/RxKeyboard" ~> 0.3
103103
```
104104

105105
## License

RxKeyboard.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'RxKeyboard'
3-
s.version = '0.2.0'
3+
s.version = '0.3.0'
44
s.summary = 'Reactive Keyboard in iOS'
55
s.homepage = 'https://github.com/devxoul/RxKeyboard'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)