diff --git a/image_editor_common/CHANGELOG.md b/image_editor_common/CHANGELOG.md index ad28f5a..d09fd81 100644 --- a/image_editor_common/CHANGELOG.md +++ b/image_editor_common/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.1.1 + +- Upgrade `image_editor_platform_interface` to `1.1.0`. + ## 1.1.0 Feat: diff --git a/image_editor_common/pubspec.yaml b/image_editor_common/pubspec.yaml index f1dbaea..24a0e17 100644 --- a/image_editor_common/pubspec.yaml +++ b/image_editor_common/pubspec.yaml @@ -1,16 +1,16 @@ name: image_editor_common description: Edit your image data and output to file/memory on Android and iOS. -version: 1.1.0 +version: 1.1.1 repository: https://github.com/fluttercandies/flutter_image_editor environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.12.0 <4.0.0" flutter: ">=2.10.0" dependencies: flutter: sdk: flutter - image_editor_platform_interface: ^1.0.0 + image_editor_platform_interface: ^1.1.0 # image_editor_platform_interface: ^1.0.0 # path: ../image_editor_platform_interface