From 49aa1a6d424e78e233f1f42785440d60a05d6432 Mon Sep 17 00:00:00 2001 From: Adam Velebil Date: Tue, 18 Apr 2023 08:17:28 +0200 Subject: [PATCH] bump version to 6.2.0+60200 --- helper/version_info.txt | 8 ++++---- lib/version.dart | 4 ++-- pubspec.yaml | 2 +- resources/win/release-win.ps1 | 2 +- resources/win/yubioath-desktop.wxs | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/helper/version_info.txt b/helper/version_info.txt index 5bb66ea1f..3e8ed3742 100755 --- a/helper/version_info.txt +++ b/helper/version_info.txt @@ -6,8 +6,8 @@ VSVersionInfo( ffi=FixedFileInfo( # filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) # Set not needed items to zero 0. - filevers=(6, 1, 2, 0), - prodvers=(6, 1, 2, 0), + filevers=(6, 2, 0, 0), + prodvers=(6, 2, 0, 0), # Contains a bitmask that specifies the valid bits 'flags'r mask=0x3f, # Contains a bitmask that specifies the Boolean attributes of the file. @@ -31,11 +31,11 @@ VSVersionInfo( '040904b0', [StringStruct('CompanyName', 'Yubico'), StringStruct('FileDescription', 'Yubico Authenticator Helper'), - StringStruct('FileVersion', '6.1.2-dev.0'), + StringStruct('FileVersion', '6.2.0'), StringStruct('LegalCopyright', 'Copyright (c) Yubico'), StringStruct('OriginalFilename', 'authenticator-helper.exe'), StringStruct('ProductName', 'Yubico Authenticator'), - StringStruct('ProductVersion', '6.1.2-dev.0')]) + StringStruct('ProductVersion', '6.2.0')]) ]), VarFileInfo([VarStruct('Translation', [1033, 1200])]) ] diff --git a/lib/version.dart b/lib/version.dart index de84557c1..835d81712 100755 --- a/lib/version.dart +++ b/lib/version.dart @@ -1,5 +1,5 @@ // GENERATED CODE - DO NOT MODIFY BY HAND // This file is generated by running ./set-version.py -const String version = '6.1.2-dev.0'; -const int build = 60102; +const String version = '6.2.0'; +const int build = 60200; diff --git a/pubspec.yaml b/pubspec.yaml index 36cb7231c..479197efd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 # DO NOT MANUALLY EDIT THIS! -version: 6.1.2-dev.0+60102 +version: 6.2.0+60200 environment: sdk: '>=2.19.0 <3.0.0' diff --git a/resources/win/release-win.ps1 b/resources/win/release-win.ps1 index 67a9ef447..4005cf592 100644 --- a/resources/win/release-win.ps1 +++ b/resources/win/release-win.ps1 @@ -1,4 +1,4 @@ -$version="6.1.2-dev.0" +$version="6.2.0" echo "Clean-up of old files" rm *.msi diff --git a/resources/win/yubioath-desktop.wxs b/resources/win/yubioath-desktop.wxs index 6479c3291..46de5f356 100644 --- a/resources/win/yubioath-desktop.wxs +++ b/resources/win/yubioath-desktop.wxs @@ -1,7 +1,7 @@ - +