From edf2fce476cac9da18dc659e16599fc27c5d9d75 Mon Sep 17 00:00:00 2001 From: greymag Date: Tue, 11 Jun 2024 17:35:40 +0200 Subject: [PATCH] v1.6.14 --- CHANGELOG.md | 2 ++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa902a1..0a55756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.6.14 + [L10n] `import_xml`: * More relevant suggestion for `--target` value when failed to find appropriate file for import. * **Fixed**: Invalid `--diff` flag name in suggestion (should be `--diffs`). diff --git a/lib/src/version.dart b/lib/src/version.dart index 3b421d3..31bd7c4 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.6.13'; +const packageVersion = '1.6.14'; diff --git a/pubspec.yaml b/pubspec.yaml index d6a6d2c..76be60c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://github.com/innim/ repository: https://github.com/Innim/alex issue_tracker: https://github.com/Innim/alex/issues -version: 1.6.13 +version: 1.6.14 environment: sdk: ">=2.19.6 <4.0.0"