Skip to content

Commit

Permalink
Topics in pubspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcglasberg committed Jan 24, 2024
1 parent f8a2d84 commit 6819cc7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [10.0.1] - 2023/11/16
## [10.0.2] - 2023/11/16

* Up to version 8.0.0, the i18n_extension package contained the importer library developed by Johann
Bauer. This importer library has been separated and is now independently available as a standalone
Expand Down
10 changes: 8 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: i18n_extension
description: Translation and Internationalization (i18n) for Flutter. Easy to use for both large and small projects. Uses Dart extensions to reduce boilerplate.
version: 10.0.1
homepage: https://github.com/marcglasberg/i18n_extension
version: 10.0.2
# author: Marcelo Glasberg <[email protected]>
homepage: https://github.com/marcglasberg/i18n_extension
topics:
- internationalization
- localization
- translation
- i18n
- extension

environment:
sdk: '>=3.2.0 <4.0.0'
Expand Down

0 comments on commit 6819cc7

Please sign in to comment.