From b5ee6c50254a44f892662c380eddb86799ca7121 Mon Sep 17 00:00:00 2001 From: Mostafa Soliman Date: Thu, 18 Jan 2024 04:53:38 +0200 Subject: [PATCH] Chore: Update dependencies `package_info_plus` to `^5.0.1` --- CHANGELOG.md | 4 ++++ pubspec.yaml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb40f0..b5f3601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.6.1 + +- Chore: Update dependencies `package_info_plus` to `^5.0.1` + # 1.6.0 - Feat: Added [runOnEveryNewBuild](https://github.com/MostafaSolimanMO/once/pull/23) Function diff --git a/pubspec.yaml b/pubspec.yaml index a330856..02e4e5a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: once description: Want to run a piece of code once periodically (Once - Daily - Weekly - Monthly - On new build - On new version - Any period)? We cover your back. -version: 1.6.0 -homepage: https://github.com/MostafaSolimanMO/once +version: 1.6.1 +repository: https://github.com/MostafaSolimanMO/once environment: sdk: ">=2.16.0 <4.0.0" @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter shared_preferences: ^2.2.2 - package_info_plus: ^4.2.0 + package_info_plus: ^5.0.1 dev_dependencies: flutter_lints: ^3.0.1