diff --git a/pubspec.lock b/pubspec.lock index a1e0047..4286abb 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -45,10 +45,10 @@ packages: dependency: "direct main" description: name: auto_updater - sha256: bd7525c70ec7a0ff2da32325cc1a5c87e0466f8f8d586ccf9e672e6b3d51bf4f + sha256: "73a651d2318c29a1093d1eafd48b3552eef08ae2fefbd178ce952d5d3bcb942e" url: "https://pub.dev" source: hosted - version: "0.1.6" + version: "0.1.7" boolean_selector: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 39e87a2..84fcc5f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: Link Management System publish_to: 'none' # Remove this line if you wish to publish to pub.dev # Using previous version to see if auto-update works on windows -version: 1.0.1+8 #Online macOS 1.0.1+9 windows 1.0.1+9 +version: 1.0.1+9 #Online macOS 1.0.1+9 windows 1.0.1+9 environment: sdk: ">=2.16.1 <3.0.0" @@ -19,7 +19,7 @@ dependencies: sqflite_common_ffi: ^2.2.5 shared_preferences: ^2.1.1 package_info_plus: ^4.0.1 - auto_updater: ^0.1.6 + auto_updater: ^0.1.7 # Design about: ^2.1.3 @@ -27,6 +27,8 @@ dependencies: adaptive_dialog: ^1.8.3+1 flutter_easyloading: ^3.0.5 + #Utility + #launch_at_startup: ^0.2.1 dev_dependencies: