Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kawoou committed Jan 9, 2018
1 parent 188cfbf commit d6ff0ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
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'
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'
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down Expand Up @@ -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
--------------
Expand Down

0 comments on commit d6ff0ff

Please sign in to comment.