mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-22 17:51:29 +03:00
bump version to 6.0.0+60000
This commit is contained in:
parent
ea0d7928ba
commit
f4a2e63328
@ -31,11 +31,11 @@ VSVersionInfo(
|
|||||||
'040904b0',
|
'040904b0',
|
||||||
[StringStruct('CompanyName', 'Yubico'),
|
[StringStruct('CompanyName', 'Yubico'),
|
||||||
StringStruct('FileDescription', 'Yubico Authenticator Helper'),
|
StringStruct('FileDescription', 'Yubico Authenticator Helper'),
|
||||||
StringStruct('FileVersion', '6.0.0-dev.1'),
|
StringStruct('FileVersion', '6.0.0'),
|
||||||
StringStruct('LegalCopyright', 'Copyright (c) 2022 Yubico AB'),
|
StringStruct('LegalCopyright', 'Copyright (c) 2022 Yubico AB'),
|
||||||
StringStruct('OriginalFilename', 'authenticator-helper.exe'),
|
StringStruct('OriginalFilename', 'authenticator-helper.exe'),
|
||||||
StringStruct('ProductName', 'Yubico Authenticator'),
|
StringStruct('ProductName', 'Yubico Authenticator'),
|
||||||
StringStruct('ProductVersion', '6.0.0-dev.1')])
|
StringStruct('ProductVersion', '6.0.0')])
|
||||||
]),
|
]),
|
||||||
VarFileInfo([VarStruct('Translation', [1033, 1200])])
|
VarFileInfo([VarStruct('Translation', [1033, 1200])])
|
||||||
]
|
]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||||
// This file is generated by running ./set-version.py <version> <build>
|
// This file is generated by running ./set-version.py <version> <build>
|
||||||
|
|
||||||
const String version = '6.0.0-dev.1';
|
const String version = '6.0.0';
|
||||||
const int build = 59902;
|
const int build = 60000;
|
||||||
|
@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||||||
|
|
||||||
# This field is updated by running ./set-version.py <version>
|
# This field is updated by running ./set-version.py <version>
|
||||||
# DO NOT MANUALLY EDIT THIS!
|
# DO NOT MANUALLY EDIT THIS!
|
||||||
version: 6.0.0-dev.1+59902
|
version: 6.0.0+60000
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.0 <3.0.0"
|
sdk: ">=2.17.0 <3.0.0"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$version=6.0.0-dev.1
|
$version=6.0.0
|
||||||
|
|
||||||
echo "Renaming the Actions folder and moving it"
|
echo "Renaming the Actions folder and moving it"
|
||||||
mv yubioath-desktop-* release
|
mv yubioath-desktop-* release
|
||||||
|
Loading…
Reference in New Issue
Block a user