Skip to content

Commit

Permalink
Bumped version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
longitachi committed Oct 13, 2023
1 parent 2ddfd6d commit 18ad42c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

-----

## [1.2.0](https://github.com/longitachi/ZLImageEditor/releases/tag/1.2.0) (2023-10-13)
## [1.2.1](https://github.com/longitachi/ZLImageEditor/releases/tag/1.2.1) (2023-10-13)
### Add:
* Optimize the undo and redo function in the image editor. All operations support undo and redo.
* Dutch support added.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ 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.2.0
● 1.2.1
Add:
Optimize the undo and redo function in the image editor. All operations support undo and redo.
Dutch support added.
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.2.0"
let version = "1.2.1"

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.2.0'
s.version = '1.2.1'
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 18ad42c

Please sign in to comment.