From 701cfa410e2fd07f8545df291c7ca74e6a6e39d0 Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Mon, 15 Dec 2025 09:43:54 +0900 Subject: [PATCH] feat: v1.0.3 --- CHANGELOG.md | 6 ++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2fa3dc..8346889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.3 + +* Fix support flutter version constraint. +* Fix documentations. +* Update integration test. + ## 1.0.2 * dart format applied to all files. diff --git a/example/pubspec.lock b/example/pubspec.lock index 05aeb54..274ab65 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -421,7 +421,7 @@ packages: path: ".." relative: true source: path - version: "1.0.2" + version: "1.0.3" plugin_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f7992f5..0fa535d 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.2 +version: 1.0.3 homepage: https://github.com/koji-1009/platform_image_converter topics: - image