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