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