Skip to content

Commit

Permalink
chore: downgrade version
Browse files Browse the repository at this point in the history
Signed-off-by: Caijinglong <[email protected]>
  • Loading branch information
CaiJingLong committed Nov 22, 2024
1 parent b2d139b commit 35fa737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions image_editor/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion image_editor_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 35fa737

Please sign in to comment.