Skip to content

Commit 3d62767

Browse files
committed
Bump version to 0.4.0
1 parent 86e4a0b commit 3d62767

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ RxKeyboard.instance.frame
106106
- **Using [CocoaPods](https://cocoapods.org)**:
107107

108108
```ruby
109-
pod 'RxKeyboard', '~> 0.3'
109+
pod 'RxKeyboard', '~> 0.4'
110110
```
111111

112112
- **Using [Carthage](https://github.com/Carthage/Carthage)**:
113113

114114
```
115-
github "devxoul/RxKeyboard" ~> 0.3
115+
github "devxoul/RxKeyboard" ~> 0.4
116116
```
117117

118118
## 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.3.0'
3+
s.version = '0.4.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)