Skip to content

Commit

Permalink
docs: Upgrade image_editor_platform_interface version
Browse files Browse the repository at this point in the history
Signed-off-by: Caijinglong <cjl_spy@163.com>
  • Loading branch information
CaiJingLong committed Apr 25, 2024
1 parent aa33554 commit 594cbc1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions image_editor_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.1.1

- Upgrade `image_editor_platform_interface` to `1.1.0`.

## 1.1.0

Feat:
Expand Down
6 changes: 3 additions & 3 deletions image_editor_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 594cbc1

Please sign in to comment.