Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangao0086 committed Oct 14, 2019
1 parent a1200a1 commit d803e29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [4.2.0](https://github.com/zhangao0086/DKImagePickerController/tree/4.2.0) (2019-10-14)

- Dark Mode Support
- Add scroll:to:indexPath:
- Fixed #553 #620
- Fixed #597

## [4.1.3](https://github.com/zhangao0086/DKImagePickerController/tree/4.1.3) (2019-02-26)

- Avoiding force unwrapping.
Expand Down
2 changes: 1 addition & 1 deletion DKImagePickerController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "DKImagePickerController"
s.version = "4.1.7"
s.version = "4.2.0"
s.summary = "DKImagePickerController is a highly customizable, pure-Swift library."
s.homepage = "https://github.com/zhangao0086/DKImagePickerController"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit d803e29

Please sign in to comment.