Skip to content

Commit

Permalink
Update CHANGELOG, version
Browse files Browse the repository at this point in the history
  • Loading branch information
lamnhan066 committed Nov 1, 2024
1 parent 1c8e905 commit 336bad0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.11.5

* Add `--help` flag to the generator to show help.
* Fix `LanguageConditions` TYPO in README.

## 0.11.4

* Add `const` to the `LanguageConditions`.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: language_helper
description: Control multiple languages with an efficient generator and a custom GPT-4 translator for easy localization.
version: 0.11.4
version: 0.11.5
homepage: https://github.com/lamnhan066/language_helper
topics:
- localization
Expand All @@ -26,7 +26,7 @@ dependencies:
flutter_localizations:
sdk: flutter
language_code: ">=0.4.0 <0.6.0"
language_helper_generator: ^0.5.2
language_helper_generator: ^0.5.3
shared_preferences: ^2.0.0
http: ^1.0.0

Expand Down

0 comments on commit 336bad0

Please sign in to comment.