Skip to content

Commit 1868ca8

Browse files
committed
Bumped version to 1.0.6
1 parent 37bbd31 commit 1868ca8

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22

33
-----
4+
5+
## [1.0.6](https://github.com/longitachi/ZLImageEditor/releases/tag/1.0.5) (2022-03-29)
6+
* Revert the code for image compression.
7+
8+
-----
9+
410
## [1.0.5](https://github.com/longitachi/ZLImageEditor/releases/tag/1.0.5) (2022-02-24)
511
### Fix:
612
* Fix the bug of changing the background color of the image after editing.[#9](https://github.com/longitachi/ZLImageEditor/issues/9)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ ZLEditImageViewController.showEditImageVC(parentVC: self, image: image, editMode
5050
### <a id="ChangeLog"></a>Change Log
5151
> [More logs](https://github.com/longitachi/ZLImageEditor/blob/master/CHANGELOG.md)
5252
```
53+
● 1.0.6
54+
Revert the code for image compression.
5355
● 1.0.5
5456
Fix:
5557
Fix the bug of changing the background color of the image after editing.

Sources/General/ZLImageEditor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2525
// THE SOFTWARE.
2626

27-
let version = "1.0.5"
27+
let version = "1.0.6"

ZLImageEditor.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ZLImageEditor'
3-
s.version = '1.0.5'
3+
s.version = '1.0.6'
44
s.summary = 'A powerful image editor framework. Supports graffiti, cropping, mosaic, text stickers, picture stickers, filters, adjust(brightness, contrast, saturation).'
55

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

0 commit comments

Comments
 (0)