Skip to content

Commit 86957cb

Browse files
committed
Bump version, post release
1 parent 058a616 commit 86957cb

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Version 7.1.1 (unreleased) Desktop-only release
1+
* Version 7.1.1 (released 2024-10-30) Desktop-only release
22
** Fix: Entering the wrong PIV PIN/PUK when attempting to change PIN/PUK was not handled correctly, causing extra PIN/PUK attempts to be wasted.
33
** Fix: Add explicit screen reader announcement for "Touch your YubiKey" which wasn't being read on Windows.
44

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=(7, 1, 1, 0),
10-
prodvers=(7, 1, 1, 0),
9+
filevers=(7, 1, 2, 0),
10+
prodvers=(7, 1, 2, 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', '7.1.1'),
34+
StringStruct('FileVersion', '7.1.2-dev.0'),
3535
StringStruct('LegalCopyright', 'Copyright (c) Yubico'),
3636
StringStruct('OriginalFilename', 'authenticator-helper.exe'),
3737
StringStruct('ProductName', 'Yubico Authenticator'),
38-
StringStruct('ProductVersion', '7.1.1')])
38+
StringStruct('ProductVersion', '7.1.2-dev.0')])
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: 7.1.1+70102
21+
version: 7.1.2-dev.0+70103
2222

2323
environment:
2424
sdk: '>=3.4.3 <4.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="7.1.1"
1+
$version="7.1.2-dev.0"
22

33
echo "Clean-up of old files"
44
rm *.msi

resources/win/yubioath-desktop.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
33
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
4-
<?define ProductVersion="7.1.1" ?>
4+
<?define ProductVersion="7.1.2" ?>
55
<?define ProductName="Yubico Authenticator" ?>
66

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

0 commit comments

Comments
 (0)