From 95d9887200ad8e46c4b9d417d795f179e8277f0b Mon Sep 17 00:00:00 2001 From: lamnhan066 Date: Wed, 4 Oct 2023 23:49:30 +0700 Subject: [PATCH] * Bump dependencies. * Update codecov URL. --- CHANGELOG.md | 5 +++++ README.md | 2 +- pubspec.yaml | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) 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