Skip to content

Commit

Permalink
Update CHANGELOG, version
Browse files Browse the repository at this point in the history
  • Loading branch information
lamnhan066 committed Jan 16, 2024
1 parent e022a10 commit 11a179b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.0-rc.1

* Improve the `LanguageBuilder` behavior to avoid the dupplicated state issue.

## 0.10.0-rc

* Bump `language_code` to 0.4.0 to support country code.
Expand Down
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.9.0+2"
version: "0.10.0-rc"
language_helper_generator:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: language_helper
description: Multi-language app tool with an efficient generator and a custom GPT-4 translator for easy localization.
version: 0.10.0-rc
version: 0.10.0-rc.1
homepage: https://github.com/lamnhan066/language_helper

environment:
Expand Down

0 comments on commit 11a179b

Please sign in to comment.