From 66be0f07975ebf6249f4820a08fea1ae9f4eef54 Mon Sep 17 00:00:00 2001 From: ume-kun1015 Date: Fri, 17 Jan 2025 11:30:31 +0900 Subject: [PATCH] feat: version up 0.0.1 --- CHANGELOG.md | 4 ++++ example/extension/devtools/config.yaml | 2 +- extension/devtools/config.yaml | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e9b37..a3c70c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.1 + + - First Official Release!! 🎉🎉🎉 + ## 0.0.1-dev.2 - Update README.md diff --git a/example/extension/devtools/config.yaml b/example/extension/devtools/config.yaml index 5862d64..38db9f3 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.1-dev.2 +version: 0.0.1 materialIconCodePoint: '0xe651' requiresConnection: false diff --git a/extension/devtools/config.yaml b/extension/devtools/config.yaml index 5862d64..38db9f3 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.1-dev.2 +version: 0.0.1 materialIconCodePoint: '0xe651' requiresConnection: false diff --git a/pubspec.yaml b/pubspec.yaml index 349b9e9..ea6ef29 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ description: "Lorem Ipsum Dummy Text Generator for Flutter DevTools Extension" # 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.1-dev.2 +version: 0.0.1 environment: sdk: ^3.6.0