From 35fa7379d9b8a3fc30ec0b18e8df4160d6c7878b Mon Sep 17 00:00:00 2001 From: Caijinglong Date: Fri, 22 Nov 2024 13:49:36 +0800 Subject: [PATCH] chore: downgrade version Signed-off-by: Caijinglong --- image_editor/pubspec.yaml | 4 ++-- image_editor_common/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/image_editor/pubspec.yaml b/image_editor/pubspec.yaml index f2e3a1d..c8421bd 100644 --- a/image_editor/pubspec.yaml +++ b/image_editor/pubspec.yaml @@ -1,6 +1,6 @@ name: image_editor description: Edit your image data and output to file/memory on Android and iOS. -version: 1.6.0 +version: 1.5.1 repository: https://github.com/fluttercandies/flutter_image_editor environment: @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter image_editor_platform_interface: ^1.1.0 - image_editor_common: ^1.2.0 + image_editor_common: ^1.1.2 image_editor_ohos: ^0.0.9 # image_editor_common: # path: ../image_editor_common diff --git a/image_editor_common/pubspec.yaml b/image_editor_common/pubspec.yaml index 5b086b1..c610527 100644 --- a/image_editor_common/pubspec.yaml +++ b/image_editor_common/pubspec.yaml @@ -1,6 +1,6 @@ name: image_editor_common description: Edit your image data and output to file/memory on Android and iOS. -version: 1.2.0 +version: 1.1.2 repository: https://github.com/fluttercandies/flutter_image_editor environment: