Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kawoou committed Apr 18, 2018
1 parent 3bf11e4 commit 9736f61
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.1
2 changes: 1 addition & 1 deletion KWDrawerController.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'KWDrawerController'
s.version = '4.1.3'
s.version = '4.1.4'
s.summary = 'Drawer view controller that easy to use!'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/kawoou/KWDrawerController'
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ KWDrawerController
[![Pod Version](http://img.shields.io/cocoapods/v/KWDrawerController.svg?style=flat)](http://cocoadocs.org/docsets/KWDrawerController)
[![Pod Platform](http://img.shields.io/cocoapods/p/KWDrawerController.svg?style=flat)](http://cocoadocs.org/docsets/KWDrawerController)
[![Pod License](http://img.shields.io/cocoapods/l/KWDrawerController.svg?style=flat)](https://github.com/kawoou/KWDrawerController/blob/master/LICENSE)
![Swift](https://img.shields.io/badge/Swift-4.0-orange.svg)
![Swift](https://img.shields.io/badge/Swift-4.1-orange.svg)

Drawer view controller that is easy to use!

Expand All @@ -21,7 +21,7 @@ KWDrawerController is available on [CocoaPods](https://github.com/cocoapods/coco
pod 'KWDrawerController', '~> 3.7'

# Swift 4
pod 'KWDrawerController', '~> 4.1.3'
pod 'KWDrawerController', '~> 4.1.4'
pod 'KWDrawerController/RxSwift' # with RxSwift extension
```

Expand Down Expand Up @@ -246,6 +246,11 @@ Changelog
- Reduce cloning size.
+ 4.1.3
- [#12] Fix crashed on load.
+ 4.1.4
- [#16] Add state methods to delegate.
- [#18] Fix access control issues.
- [#20] Fixed DrawerFloatTransition bug.
- [#21][#22] DrawerController incorrectly manages lifecycles of child controllers.

⚠️ Requirements
--------------
Expand Down

0 comments on commit 9736f61

Please sign in to comment.