From 8a548b42fc239646dd9319009128430e9f5cd519 Mon Sep 17 00:00:00 2001 From: ume-kun1015 Date: Thu, 27 Feb 2025 22:16:02 +0900 Subject: [PATCH] version up 0.0.3 --- CHANGELOG.md | 7 +++++++ example/extension/devtools/config.yaml | 2 +- extension/devtools/config.yaml | 2 +- pubspec.yaml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e59f748..e6ab2ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.0.3 + + - Bump Flutter SDK to 3.29.0 + - Update dependencies + - Follow dart file conventions to improve score on pub.dev + - Add example/example.md to create Example tab on pub.dev + ## 0.0.2 - Fix README.md diff --git a/example/extension/devtools/config.yaml b/example/extension/devtools/config.yaml index 17c5611..6cc6d4f 100644 --- a/example/extension/devtools/config.yaml +++ b/example/extension/devtools/config.yaml @@ -1,5 +1,5 @@ name: panache issueTracker: https://github.com/offich/panache/issues -version: 0.0.2 +version: 0.0.3 materialIconCodePoint: '0xe651' requiresConnection: false diff --git a/extension/devtools/config.yaml b/extension/devtools/config.yaml index 17c5611..6cc6d4f 100644 --- a/extension/devtools/config.yaml +++ b/extension/devtools/config.yaml @@ -1,5 +1,5 @@ name: panache issueTracker: https://github.com/offich/panache/issues -version: 0.0.2 +version: 0.0.3 materialIconCodePoint: '0xe651' requiresConnection: false diff --git a/pubspec.yaml b/pubspec.yaml index 2f8be43..0e13448 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ repository: https://github.com/offich/panache # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.0.2 +version: 0.0.3 environment: sdk: ^3.6.0