Skip to content

Commit

Permalink
🔖 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaudon committed Mar 1, 2023
1 parent 10977a1 commit eb17691
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Future releases
## 1.1.0

- ✨ Add final l10n = context.l10n case
- ✨ Add AppLocalizations is a field of class case
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ open coverage/index.html
## Build version

```sh
dart run build_runner build
dart run build_runner build -d
```

---
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit eb17691

Please sign in to comment.