Skip to content

Commit 2acec0c

Browse files
committed
RxKeyboard 0.9.1
1 parent c06da88 commit 2acec0c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

RxKeyboard.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"0.8.1": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.1/RxKeyboard.framework.zip",
66
"0.8.2": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.2/RxKeyboard.framework.zip",
77
"0.8.3": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.3/RxKeyboard.framework.zip",
8-
"0.9.0": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.9.0/RxKeyboard.framework.zip"
8+
"0.9.0": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.9.0/RxKeyboard.framework.zip",
9+
"0.9.1": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.9.1/RxKeyboard.framework.zip"
910
}

RxKeyboard.podspec

+1-1
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.9.0'
3+
s.version = '0.9.1'
44
s.summary = 'Reactive Keyboard in iOS'
55
s.homepage = 'https://github.com/RxSwiftCommunity/RxKeyboard'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)