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: