From 2acec0c0162702bfc32a2d1a833c75fe1eb70455 Mon Sep 17 00:00:00 2001 From: freak4pc Date: Fri, 12 Oct 2018 22:40:05 +0300 Subject: [PATCH] RxKeyboard 0.9.1 --- RxKeyboard.json | 3 ++- RxKeyboard.podspec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RxKeyboard.json b/RxKeyboard.json index d4d29b8..8487434 100644 --- a/RxKeyboard.json +++ b/RxKeyboard.json @@ -5,5 +5,6 @@ "0.8.1": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.1/RxKeyboard.framework.zip", "0.8.2": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.2/RxKeyboard.framework.zip", "0.8.3": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.3/RxKeyboard.framework.zip", - "0.9.0": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.9.0/RxKeyboard.framework.zip" + "0.9.0": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.9.0/RxKeyboard.framework.zip", + "0.9.1": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.9.1/RxKeyboard.framework.zip" } diff --git a/RxKeyboard.podspec b/RxKeyboard.podspec index b275766..52393fa 100644 --- a/RxKeyboard.podspec +++ b/RxKeyboard.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RxKeyboard' - s.version = '0.9.0' + s.version = '0.9.1' s.summary = 'Reactive Keyboard in iOS' s.homepage = 'https://github.com/RxSwiftCommunity/RxKeyboard' s.license = { :type => 'MIT', :file => 'LICENSE' }