diff --git a/CHANGELOG.md b/CHANGELOG.md index c552c76..0578ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.0.14] - 2024-11-08 + +* Pub.dev screenshot. +* Funding. + ## [1.0.13] - 2024-06-05 * Implement [#53](https://github.com/deakjahn/crop_image/pull/53). diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 4c2980e..888639e 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: flutter: sdk: flutter - crop_image: ^1.0.6 + crop_image: ^1.0.14 cupertino_icons: ^1.0.8 dev_dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index 4041573..1ab223f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: crop_image description: An image cropper widget, with 90-degree rotations. Supports mobile, web and desktop. -version: 1.0.13 +version: 1.0.14 homepage: https://github.com/deakjahn/crop_image environment: