From 99d9009f7939ac4c00c5076f06b4b97c583f9a10 Mon Sep 17 00:00:00 2001 From: UC-HOBA Date: Thu, 10 Mar 2022 16:46:35 +0800 Subject: [PATCH] chore: update version --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0ccf0c5..910efc3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: contact_tracing -description: Contact Tracing +description: Contact Tracing Scanner # The following line prevents the package from being accidentally published to # pub.dev using `flutter pub publish`. This is preferred for private packages. @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.0+1 +version: 1.0.0+2 environment: sdk: ">=2.16.0 <3.0.0"