Skip to content

Commit 18ad42c

Browse files
committed
Bumped version to 1.2.1
1 parent 2ddfd6d commit 18ad42c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
-----
44

5-
## [1.2.0](https://github.com/longitachi/ZLImageEditor/releases/tag/1.2.0) (2023-10-13)
5+
## [1.2.1](https://github.com/longitachi/ZLImageEditor/releases/tag/1.2.1) (2023-10-13)
66
### Add:
77
* Optimize the undo and redo function in the image editor. All operations support undo and redo.
88
* Dutch support added.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ZLEditImageViewController.showEditImageVC(parentVC: self, image: image, editMode
5151
### <a id="ChangeLog"></a>Change Log
5252
> [More logs](https://github.com/longitachi/ZLImageEditor/blob/master/CHANGELOG.md)
5353
```
54-
● 1.2.0
54+
● 1.2.1
5555
Add:
5656
Optimize the undo and redo function in the image editor. All operations support undo and redo.
5757
Dutch support added.

Sources/General/ZLImageEditor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import Foundation
2828
import UIKit
2929

30-
let version = "1.2.0"
30+
let version = "1.2.1"
3131

3232
public struct ZLImageEditorWrapper<Base> {
3333
public let base: Base

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.2.0'
3+
s.version = '1.2.1'
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)