mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 16:32:01 +03:00
set version to 6.3.1
This commit is contained in:
parent
2bf77e335f
commit
d8988c2227
@ -31,11 +31,11 @@ VSVersionInfo(
|
||||
'040904b0',
|
||||
[StringStruct('CompanyName', 'Yubico'),
|
||||
StringStruct('FileDescription', 'Yubico Authenticator Helper'),
|
||||
StringStruct('FileVersion', '6.3.1-dev.0'),
|
||||
StringStruct('FileVersion', '6.3.1'),
|
||||
StringStruct('LegalCopyright', 'Copyright (c) Yubico'),
|
||||
StringStruct('OriginalFilename', 'authenticator-helper.exe'),
|
||||
StringStruct('ProductName', 'Yubico Authenticator'),
|
||||
StringStruct('ProductVersion', '6.3.1-dev.0')])
|
||||
StringStruct('ProductVersion', '6.3.1')])
|
||||
]),
|
||||
VarFileInfo([VarStruct('Translation', [1033, 1200])])
|
||||
]
|
||||
|
@ -1,5 +1,5 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
// This file is generated by running ./set-version.py <version> <build>
|
||||
|
||||
const String version = '6.3.1-dev.0';
|
||||
const String version = '6.3.1';
|
||||
const int build = 60301;
|
||||
|
@ -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>
|
||||
# DO NOT MANUALLY EDIT THIS!
|
||||
version: 6.3.1-dev.0+60301
|
||||
version: 6.3.1+60301
|
||||
|
||||
environment:
|
||||
sdk: '>=3.0.0 <4.0.0'
|
||||
|
@ -1,4 +1,4 @@
|
||||
$version="6.3.1-dev.0"
|
||||
$version="6.3.1"
|
||||
|
||||
echo "Clean-up of old files"
|
||||
rm *.msi
|
||||
|
Loading…
Reference in New Issue
Block a user