From eb1769199779833a6d4d094619b4d4563254b74e Mon Sep 17 00:00:00 2001 From: lsaudon Date: Wed, 1 Mar 2023 15:29:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- README.md | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3542cb..c2dd125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Future releases +## 1.1.0 - ✨ Add final l10n = context.l10n case - ✨ Add AppLocalizations is a field of class case diff --git a/README.md b/README.md index b4ab677..707728d 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,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 526cd53..cf2dd1f 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.0.0'; +const packageVersion = '1.1.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 56dfb3e..4cb911d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: l10nization_cli description: A Command-Line Interface to find unused l10n translations from an arb file. -version: 1.0.0 +version: 1.1.0 homepage: https://github.com/lsaudon/l10nization_cli repository: https://github.com/lsaudon/l10nization_cli issue_tracker: https://github.com/lsaudon/l10nization_cli/issues