From d6ff0ffaa6dc3a9a7f75c42f2594485a11dd3fe5 Mon Sep 17 00:00:00 2001 From: kawoou Date: Tue, 9 Jan 2018 21:54:51 +0900 Subject: [PATCH] Bump version. --- KWDrawerController.podspec | 2 +- README.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/KWDrawerController.podspec b/KWDrawerController.podspec index e01a7fd..5c1e964 100644 --- a/KWDrawerController.podspec +++ b/KWDrawerController.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'KWDrawerController' - s.version = '4.1' + s.version = '4.1.1' s.summary = 'Drawer view controller that easy to use!' s.license = { :type => 'MIT', :file => 'LICENSE' } s.homepage = 'https://github.com/kawoou/KWDrawerController' diff --git a/README.md b/README.md index 2e587ae..18791b7 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,12 @@ Installation KWDrawerController is available on [CocoaPods](https://github.com/cocoapods/cocoapods). Add the following to your Podfile: ```ruby -// Swift 3.x +# Swift 3 pod 'KWDrawerController', '~> 3.7' -// Swift 4 -pod 'KWDrawerController', '~> 4.1' +# Swift 4 +pod 'KWDrawerController', '~> 4.1.1' +pod 'KWDrawerController/RxSwift' # with RxSwift extension ``` @@ -237,6 +238,7 @@ Changelog + 3.7 Fixed not updating issues on properties. + 4.0 Support Swift 4. + 4.1 Implement new flag that enables direction auto-switching. ++ 4.1.1 Support RxSwift(If you want). ⚠️ Requirements --------------