Skip to content

Commit f35b217

Browse files
committed
Bump version to 0.2.0
1 parent f845fd8 commit f35b217

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
@@ -79,8 +79,8 @@ RxKeyboard.instance.frame
7979

8080
## Dependencies
8181

82-
- [RxSwift](https://github.com/ReactiveX/RxSwift) (= 3.0.0-beta.2)
83-
- [RxCocoa](https://github.com/ReactiveX/RxSwift) (= 3.0.0-beta.2)
82+
- [RxSwift](https://github.com/ReactiveX/RxSwift) (= 3.0.0-rc.1)
83+
- [RxCocoa](https://github.com/ReactiveX/RxSwift) (= 3.0.0-rc.1)
8484

8585
## Requirements
8686

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

9494
```ruby
95-
pod 'RxKeyboard', '~> 0.1'
95+
pod 'RxKeyboard', '~> 0.2'
9696
```
9797

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

100100
```
101-
github "devxoul/RxKeyboard" ~> 0.1
101+
github "devxoul/RxKeyboard" ~> 0.2
102102
```
103103

104104
## 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.1.0'
3+
s.version = '0.2.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)