From eaee342440c4e21814ed1417ba8d5d422e7aa7c8 Mon Sep 17 00:00:00 2001 From: Suyeol Jeon Date: Sun, 10 Jun 2018 14:42:50 -0700 Subject: [PATCH] Bump version to 0.8.3 --- RxKeyboard.json | 3 ++- RxKeyboard.podspec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RxKeyboard.json b/RxKeyboard.json index 40157a2..764bc7e 100644 --- a/RxKeyboard.json +++ b/RxKeyboard.json @@ -3,5 +3,6 @@ "0.7.1": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.7.1/RxKeyboard.framework.zip", "0.8.0": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.0/RxKeyboard.framework.zip", "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.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" } diff --git a/RxKeyboard.podspec b/RxKeyboard.podspec index b7b8ce5..b0354fb 100644 --- a/RxKeyboard.podspec +++ b/RxKeyboard.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RxKeyboard' - s.version = '0.8.2' + s.version = '0.8.3' s.summary = 'Reactive Keyboard in iOS' s.homepage = 'https://github.com/RxSwiftCommunity/RxKeyboard' s.license = { :type => 'MIT', :file => 'LICENSE' }