Skip to content

Commit

Permalink
Merge pull request #27 from MostafaSolimanMO/update-dependencies
Browse files Browse the repository at this point in the history
Chore: Update dependencies `package_info_plus` to `^5.0.1`
  • Loading branch information
MostafaSolimanMO authored Jan 18, 2024
2 parents dfe2b27 + b5ee6c5 commit db0532f
Show file tree
Hide file tree
Showing 2 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 @@
# 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
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit db0532f

Please sign in to comment.