From 6eee90875e3bac9160e258509d1bdc67e7c5f6af Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Fri, 12 Dec 2025 23:00:12 +0900 Subject: [PATCH] feat: v1.0.1 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 709e102..0de99b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 + +* Fix pubspec.ymml and .metadata files. + ## 1.0.0 * Initial stable release. diff --git a/example/pubspec.lock b/example/pubspec.lock index a652db3..e26dee6 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -421,7 +421,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0" + version: "1.0.1" plugin_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 044b944..b8931d9 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.0 +version: 1.0.1 homepage: https://github.com/koji-1009/platform_image_converter topics: - image