Remove +1 from version name

This commit is contained in:
Eric Seidel
2023-03-13 09:36:08 -07:00
parent 07ea9b21c6
commit 5ce81e3580
+1 -1
View File
@@ -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'