From 5ce81e35804b1160ad66828d4895efed34b7b680 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Mon, 13 Mar 2023 09:36:08 -0700 Subject: [PATCH] Remove +1 from version name --- example/counter/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/counter/pubspec.yaml b/example/counter/pubspec.yaml index c0798a13..f6bc982d 100644 --- a/example/counter/pubspec.yaml +++ b/example/counter/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. # HACK: Remove +1 which confuses `shorebird publish` for now. -version: 1.0.0+1 +version: 1.0.0 environment: sdk: '>=2.19.0 <4.0.0'