Releaseversion
This commit is contained in:
parent
0aef6b75aa
commit
5d6b1e4509
|
|
@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
# In Windows, build-name is used as the major, minor, and patch parts
|
# 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.
|
# of the product and file versions while build-number is used as the build suffix.
|
||||||
version: 0.9.4+0.9.3
|
version: 0.9.5
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.10.1
|
sdk: ^3.10.1
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ patch=$(echo $before_plus | cut -d. -f3)
|
||||||
|
|
||||||
patch=$((patch + 1))
|
patch=$((patch + 1))
|
||||||
|
|
||||||
new="${major}.${minor}.${patch}+${build}"
|
new="${major}.${minor}.${patch}"
|
||||||
|
|
||||||
echo "Neue Version: $new"
|
echo "Neue Version: $new"
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue