From 649bf19fd607d98752afbcfd68decbff18b07aa8 Mon Sep 17 00:00:00 2001 From: chooyan-eng Date: Mon, 26 Feb 2024 02:16:16 +0900 Subject: [PATCH] version up to 1.0.2 --- CHANGELOG.md | 3 +++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5117b93..227c765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.0.2] - 2024.2.26 +* fix bug of causing `InvalidRectError` unexpectedly + ## [1.0.1] - 2024.2.11 * fix bug of `withCircleUi` not working diff --git a/example/pubspec.lock b/example/pubspec.lock index aef1b36..d3683e4 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -63,7 +63,7 @@ packages: path: ".." relative: true source: path - version: "1.0.1" + version: "1.0.2" crypto: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1cee432..83d8925 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: crop_your_image description: crop_your_image helps your app to embed Widgets for cropping images. -version: 1.0.1 +version: 1.0.2 homepage: https://github.com/chooyan-eng/crop_your_image environment: