Skip to content

Commit

Permalink
Bumped version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
longitachi committed Dec 12, 2022
1 parent d2ed114 commit 684ea7b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

-----

## [1.1.6](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.6) (2022-12-12)
### Add:
* Add horizontal adjust slider.
* Support Ukrainian. [#33](https://github.com/longitachi/ZLImageEditor/pull/33) @darquro

-----

## [1.1.5](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.5) (2022-10-26)
### Add:
* Update localization files for German. [#31](https://github.com/longitachi/ZLImageEditor/pull/31) @hirbod
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ ZLEditImageViewController.showEditImageVC(parentVC: self, image: image, editMode
### <a id="ChangeLog"></a>Change Log
> [More logs](https://github.com/longitachi/ZLImageEditor/blob/master/CHANGELOG.md)
```
● 1.1.6
Add:
Add horizontal adjust slider.
Support Ukrainian.
● 1.1.5
Add:
Update localization files for German.
Expand All @@ -59,9 +63,6 @@ ZLEditImageViewController.showEditImageVC(parentVC: self, image: image, editMode
Add:
Can change tool icon's highlited color.
Support Arabic language.
● 1.1.3
Add:
Adapt iPad.
...
```

Expand Down
2 changes: 1 addition & 1 deletion Sources/General/ZLImageEditor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import Foundation
import UIKit

let version = "1.1.5"
let version = "1.1.6"

public struct ZLImageEditorWrapper<Base> {
public let base: Base
Expand Down
2 changes: 1 addition & 1 deletion ZLImageEditor.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZLImageEditor'
s.version = '1.1.5'
s.version = '1.1.6'
s.summary = 'A powerful image editor framework. Supports graffiti, cropping, mosaic, text stickers, picture stickers, filters, adjust(brightness, contrast, saturation).'

s.homepage = 'https://github.com/longitachi/ZLImageEditor'
Expand Down

0 comments on commit 684ea7b

Please sign in to comment.