Skip to content

Commit

Permalink
Bump version to 6.4.0-dev.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Dec 12, 2023
1 parent 899bb65 commit d6901ff
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
* Version 6.3.1
* Version 6.3.1 (released 2023-12-12)
** Add command line options: --hidden/--shown, --log-file FILE.
** Disable autocorrect in text fields.
** Improve UI for toggling USB interfaces on YubiKey <= 4.
** OATH: Fix displaying of credentials with empty (but not null) issuer.
** PIV: Fix "Save" button not updating when changing Management Key.
** FIDO: Improved handling of forcePinChange.
** Add keyboard shortcut to calcualte new code (Ctrl/Cmd + R).
** Add keyboard shortcut to calculate new code (Ctrl/Cmd + R).
** Android: Support loading QR code from file.
** Android: Add a "Do nothing" option to NFC tap.
** Android: Improve handing of USB device removal.
Expand Down
8 changes: 4 additions & 4 deletions helper/version_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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, 3, 1, 0),
prodvers=(6, 3, 1, 0),
filevers=(6, 4, 0, 0),
prodvers=(6, 4, 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.
Expand All @@ -31,11 +31,11 @@ VSVersionInfo(
'040904b0',
[StringStruct('CompanyName', 'Yubico'),
StringStruct('FileDescription', 'Yubico Authenticator Helper'),
StringStruct('FileVersion', '6.3.1'),
StringStruct('FileVersion', '6.4.0-dev.0'),
StringStruct('LegalCopyright', 'Copyright (c) Yubico'),
StringStruct('OriginalFilename', 'authenticator-helper.exe'),
StringStruct('ProductName', 'Yubico Authenticator'),
StringStruct('ProductVersion', '6.3.1')])
StringStruct('ProductVersion', '6.4.0-dev.0')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]
Expand Down
4 changes: 2 additions & 2 deletions lib/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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+60302
version: 6.4.0-dev.0+60400

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion resources/win/release-win.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version="6.3.1"
$version="6.4.0-dev.0"

echo "Clean-up of old files"
rm *.msi
Expand Down
2 changes: 1 addition & 1 deletion resources/win/yubioath-desktop.wxs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<?define ProductVersion="6.3.1" ?>
<?define ProductVersion="6.4.0" ?>
<?define ProductName="Yubico Authenticator" ?>

<Product Id="*" UpgradeCode="fcbafc57-aaaa-47b8-b861-20bda48cd4f6" Name="$(var.ProductName)" Version="$(var.ProductVersion)" Manufacturer="Yubico AB" Language="1033">
Expand Down

0 comments on commit d6901ff

Please sign in to comment.