bump version to 6.1.1

This commit is contained in:
Adam Velebil 2023-02-10 09:19:41 +01:00
parent 898cc0c008
commit c33ef99576
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10
4 changed files with 5 additions and 5 deletions

View File

@ -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.1.1-dev.0'), StringStruct('FileVersion', '6.1.1'),
StringStruct('LegalCopyright', 'Copyright (c) Yubico'), StringStruct('LegalCopyright', 'Copyright (c) Yubico'),
StringStruct('OriginalFilename', 'authenticator-helper.exe'), StringStruct('OriginalFilename', 'authenticator-helper.exe'),
StringStruct('ProductName', 'Yubico Authenticator'), StringStruct('ProductName', 'Yubico Authenticator'),
StringStruct('ProductVersion', '6.1.1-dev.0')]) StringStruct('ProductVersion', '6.1.1')])
]), ]),
VarFileInfo([VarStruct('Translation', [1033, 1200])]) VarFileInfo([VarStruct('Translation', [1033, 1200])])
] ]

View File

@ -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.1.1-dev.0'; const String version = '6.1.1';
const int build = 60101; const int build = 60101;

View File

@ -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.1.1-dev.0+60101 version: 6.1.1+60101
environment: environment:
sdk: ">=2.17.0 <3.0.0" sdk: ">=2.17.0 <3.0.0"

View File

@ -1,4 +1,4 @@
$version="6.1.1-dev.0" $version="6.1.1"
echo "Clean-up of old files" echo "Clean-up of old files"
rm *.msi rm *.msi