Skip to content

Commit

Permalink
Merge pull request #29 from MostafaSolimanMO/update-dependencies
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
MostafaSolimanMO authored Mar 24, 2024
2 parents db0532f + 2362310 commit e94e22c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e94e22c

Please sign in to comment.