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 b12509f commit a327b02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.0'
s.version = '4.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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ KWDrawerController is available on [CocoaPods](https://github.com/cocoapods/coco
pod 'KWDrawerController', '~> 3.7'

// Swift 4
pod 'KWDrawerController', '~> 4.0'
pod 'KWDrawerController', '~> 4.1'
```


Expand Down Expand Up @@ -236,6 +236,7 @@ Changelog
+ 3.6.1 Fixed layout issue when rotate device.
+ 3.7 Fixed not updating issues on properties.
+ 4.0 Support Swift 4.
+ 4.1 Implement new flag that enables direction auto-switching.

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

0 comments on commit a327b02

Please sign in to comment.