diff --git a/CHANGELOG.md b/CHANGELOG.md index b5f3601..3755403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.6.2 + +- Chore: Updates dependencies `package_info_plus` to `^6.0.0` +- Chore: Updates minimum Dart SDK to `>=3.3.0` + # 1.6.1 - Chore: Update dependencies `package_info_plus` to `^5.0.1` diff --git a/pubspec.yaml b/pubspec.yaml index 02e4e5a..268da13 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,16 +1,16 @@ 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.1 +version: 1.6.2 repository: https://github.com/MostafaSolimanMO/once environment: - sdk: ">=2.16.0 <4.0.0" + sdk: ">=3.3.0 <4.0.0" dependencies: flutter: sdk: flutter shared_preferences: ^2.2.2 - package_info_plus: ^5.0.1 + package_info_plus: ^6.0.0 dev_dependencies: flutter_lints: ^3.0.1