From 17cd596eaff632c4c9d210313b2454f54c88ccba Mon Sep 17 00:00:00 2001 From: Alex Li Date: Tue, 20 Sep 2022 01:05:12 +0800 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=94=96=201.1.3=20(#223)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70b8353..f785fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.1.3 + +- Fix converting from WebP causes app crash on iOS. (#222). + ## 1.1.2 - Fix crashes on iOS with nil data. (#220) diff --git a/pubspec.yaml b/pubspec.yaml index 5fa5175..e5513af 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_image_compress description: Compress image with native (Objective-C/Kotlin) with faster speed. Support Android/iOS. repository: https://github.com/fluttercandies/flutter_image_compress -version: 1.1.2 +version: 1.1.3 environment: sdk: '>=2.12.0 <3.0.0'