diff --git a/CHANGELOG.md b/CHANGELOG.md index a9619f0..ef587c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.6 + +* Fix lint rule. + ## 1.0.5 * Fix exclude rule. diff --git a/example/pubspec.lock b/example/pubspec.lock index daf6e71..a8f0e17 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -421,7 +421,7 @@ packages: path: ".." relative: true source: path - version: "1.0.5" + version: "1.0.6" plugin_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 88b84ea..1af3e22 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: platform_image_converter description: "A high-performance Flutter plugin for cross-platform image format conversion using native APIs." -version: 1.0.5 +version: 1.0.6 homepage: https://github.com/koji-1009/platform_image_converter topics: - image