Skip to content

Commit 19d72f0

Browse files
committed
bump version to 6.0.1+60004
1 parent 3e335db commit 19d72f0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

helper/version_info.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ VSVersionInfo(
66
ffi=FixedFileInfo(
77
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
88
# Set not needed items to zero 0.
9-
filevers=(6, 0, 0, 0),
10-
prodvers=(6, 0, 0, 0),
9+
filevers=(6, 0, 1, 0),
10+
prodvers=(6, 0, 1, 0),
1111
# Contains a bitmask that specifies the valid bits 'flags'r
1212
mask=0x3f,
1313
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,11 +31,11 @@ VSVersionInfo(
3131
'040904b0',
3232
[StringStruct('CompanyName', 'Yubico'),
3333
StringStruct('FileDescription', 'Yubico Authenticator Helper'),
34-
StringStruct('FileVersion', '6.0.0'),
34+
StringStruct('FileVersion', '6.0.1'),
3535
StringStruct('LegalCopyright', 'Copyright (c) 2022 Yubico AB'),
3636
StringStruct('OriginalFilename', 'authenticator-helper.exe'),
3737
StringStruct('ProductName', 'Yubico Authenticator'),
38-
StringStruct('ProductVersion', '6.0.0')])
38+
StringStruct('ProductVersion', '6.0.1')])
3939
]),
4040
VarFileInfo([VarStruct('Translation', [1033, 1200])])
4141
]

lib/version.dart

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1818

1919
# This field is updated by running ./set-version.py <version>
2020
# DO NOT MANUALLY EDIT THIS!
21-
version: 6.0.0+60003
21+
version: 6.0.1+60004
2222

2323
environment:
2424
sdk: ">=2.17.0 <3.0.0"

resources/win/release-win.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$version=6.0.0
1+
$version=6.0.1
22

33
echo "Renaming the Actions folder and moving it"
44
mv yubioath-desktop-* release

0 commit comments

Comments
 (0)