Skip to content

Commit 99d18ae

Browse files
committed
Bumped version to 1.1.1
1 parent 4611d13 commit 99d18ae

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

CHANGELOG.md

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

33
-----
44

5-
## [1.1.0](https://github.com/longitachi/ZLImageEditor/releases/tag/1.0.5) (2022-05-13)
5+
## [1.1.0](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.0) (2022-05-13)
6+
## [1.1.1 - 1.1.0 Patch](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.1) (2022-05-16)
67
### Add:
78
* Can select custom font before adding text sticker.[#15](https://github.com/longitachi/ZLImageEditor/pull/15)
89
* Change the authority of ZLEditImageViewController to open.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ 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.1.0
53+
● 1.1.1
5454
Add:
5555
Can select custom font before adding text sticker.
5656
Change the authority of ZLEditImageViewController to open.

Sources/General/ZLEditImageViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ open class ZLEditImageViewController: UIViewController {
254254
}
255255
}
256256

257-
@objc init(image: UIImage, editModel: ZLEditImageModel? = nil) {
257+
@objc public init(image: UIImage, editModel: ZLEditImageModel? = nil) {
258258
originalImage = image.fixOrientation()
259259
editImage = originalImage
260260
editImageWithoutAdjust = originalImage

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.1.0"
27+
let version = "1.1.1"

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