diff --git a/CHANGELOG.md b/CHANGELOG.md index cecea8f..8678647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.7.1 + +* Bump dependencies. +* Update codecov URL. + ## 0.7.0 * Add `syncWithDevice` parameter to sync the language with the device language, auto apply on changed. diff --git a/README.md b/README.md index de3aca6..39e7331 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Language Helper -[![codecov](https://codecov.io/gh/vnniz/language_helper/graph/badge.svg?token=AIGGNCGOVR)](https://codecov.io/gh/vnniz/language_helper) +[![codecov](https://codecov.io/gh/lamnhan066/language_helper/graph/badge.svg?token=AIGGNCGOVR)](https://codecov.io/gh/lamnhan066/language_helper) Make it easier for you to implement multiple languages into your app with minimal effort. diff --git a/pubspec.yaml b/pubspec.yaml index 42aa705..e3e6099 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: language_helper description: Make it easier for you to implement multiple languages into your app. -version: 0.7.0 +version: 0.7.1 homepage: https://github.com/vnniz/language_helper environment: @@ -13,14 +13,14 @@ dependencies: flutter_localizations: sdk: flutter language_code: ^0.3.0 - language_helper_generator: ^0.2.0 - shared_preferences: ^2.2.0 + language_helper_generator: ^0.2.2 + shared_preferences: ^2.2.1 args: ^2.4.2 dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^2.0.2 + flutter_lints: ^2.0.3 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec