From 2048a34941caf820f55591c29c3f26c902f87def Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Sun, 13 Dec 2020 02:14:05 +0800 Subject: [PATCH] v1.10.0 --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index f9a5134c..37bb8024 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: git_touch description: A new Flutter project. -publish_to: "none" # Remove this line if you wish to publish to pub.dev +publish_to: none # The following defines the version and build number for your application. # A version number is three numbers separated by dots, like 1.2.43 @@ -8,7 +8,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # Both the version and the builder number may be overridden in flutter # build by specifying --build-name and --build-number, respectively. # Read more about versioning at semver.org. -version: 1.9.0+16 +version: 1.10.0+17 environment: sdk: ">=2.7.0 <3.0.0"