From 145062c9c70dab2cfc31b09e557c2320891b72b4 Mon Sep 17 00:00:00 2001 From: lsaudon Date: Fri, 2 Jun 2023 19:31:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ README.md | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec1b060..181f08d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0 + +- ⬆️ Dart 3 + ## 0.0.2 - ⬆️ Upgrade dependencies diff --git a/README.md b/README.md index 1f4edbe..c998925 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ open coverage/index.html ## Build version ```sh -dart run build_runner build +dart run build_runner build -d ``` --- diff --git a/lib/src/version.dart b/lib/src/version.dart index 19433ff..5b6bfb4 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.0.2'; +const packageVersion = '0.1.0'; diff --git a/pubspec.yaml b/pubspec.yaml index ca3c148..98ffb62 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pubspec_version_cli description: A Command-Line Interface to replace the version in pubspec.yaml -version: 0.0.2 +version: 0.1.0 homepage: https://github.com/lsaudon/pubspec_version_cli repository: https://github.com/lsaudon/pubspec_version_cli issue_tracker: https://github.com/lsaudon/pubspec_version_cli/issues