diff --git a/CHANGELOG.md b/CHANGELOG.md index 47435a4..a9619f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.5 + +* Fix exclude rule. + ## 1.0.4 * Fix lint rules. diff --git a/example/pubspec.lock b/example/pubspec.lock index dfcf926..daf6e71 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -421,7 +421,7 @@ packages: path: ".." relative: true source: path - version: "1.0.4" + version: "1.0.5" plugin_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 6596d41..88b84ea 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.4 +version: 1.0.5 homepage: https://github.com/koji-1009/platform_image_converter topics: - image