From a24bb147c88b5f2854056acab7d72d9488230b17 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 4 Aug 2022 12:23:29 +0200 Subject: [PATCH] Update `version` plugin --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 0ee5d7e..1d5b6bc 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -958,7 +958,7 @@ packages: name: version url: "https://pub.dartlang.org" source: hosted - version: "2.0.3" + version: "3.0.2" video_player: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 795f44b..9f223cb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -92,7 +92,7 @@ dependencies: package_info_plus: ^1.4.0 # Version manager - version: ^2.0.0 + version: ^3.0.2 # Get path to temporary files path_provider: ^2.0.9