diff --git a/CHANGELOG.md b/CHANGELOG.md index 6519e85..80c2f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # CHANGELOG - [CHANGELOG](#changelog) + - [0.7.2](#072) - [0.7.1+1](#0711) - [0.7.1](#071) - [0.7.0](#070) @@ -22,6 +23,10 @@ - [0.1.1](#011) - [0.1.0](#010) +## 0.7.2 + +Fix: #43 + ## 0.7.1+1 Clean up readme. diff --git a/example/pubspec.lock b/example/pubspec.lock index fbe94ca..e173f97 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -129,7 +129,7 @@ packages: path: ".." relative: true source: path - version: "0.7.1" + version: "0.7.2" image_picker: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index d2076b2..5a24b1c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: image_editor description: Edit your image data and output to file/memory, Use objc/kotlin to handle it. -version: 0.7.1+1 +version: 0.7.2 author: Caijinglong homepage: https://github.com/fluttercandies/flutter_image_editor