From f5b381ddc0090b4bdb8e4822e83d64066ac43de6 Mon Sep 17 00:00:00 2001 From: Adam Velebil Date: Mon, 23 Jan 2023 08:23:14 +0100 Subject: [PATCH] bump version to 6.1.0+60100 --- helper/version_info.txt | 8 ++++---- lib/version.dart | 4 ++-- pubspec.yaml | 2 +- resources/win/release-win.ps1 | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/helper/version_info.txt b/helper/version_info.txt index ba984521..97de108d 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, 0, 3, 0), - prodvers=(6, 0, 3, 0), + filevers=(6, 1, 0, 0), + prodvers=(6, 1, 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.0.3-dev.0'), + StringStruct('FileVersion', '6.1.0'), StringStruct('LegalCopyright', 'Copyright (c) 2022 Yubico AB'), StringStruct('OriginalFilename', 'authenticator-helper.exe'), StringStruct('ProductName', 'Yubico Authenticator'), - StringStruct('ProductVersion', '6.0.3-dev.0')]) + StringStruct('ProductVersion', '6.1.0')]) ]), VarFileInfo([VarStruct('Translation', [1033, 1200])]) ] diff --git a/lib/version.dart b/lib/version.dart index 530603bd..e8529d37 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.0.3-dev.0'; -const int build = 60009; +const String version = '6.1.0'; +const int build = 60100; diff --git a/pubspec.yaml b/pubspec.yaml index 9a8bc39e..b1bf17bd 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.0.3-dev.0+60009 +version: 6.1.0+60100 environment: sdk: ">=2.17.0 <3.0.0" diff --git a/resources/win/release-win.ps1 b/resources/win/release-win.ps1 index a47ed83e..14abb764 100644 --- a/resources/win/release-win.ps1 +++ b/resources/win/release-win.ps1 @@ -1,4 +1,4 @@ -$version="6.0.3-dev.0" +$version="6.1.0" echo "Clean-up of old files" rm *.msi