Skip to content

Commit

Permalink
Bump version to 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Sep 10, 2024
1 parent 76f60a9 commit 1ce9797
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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=(7, 0, 2, 0),
prodvers=(7, 0, 2, 0),
filevers=(7, 1, 0, 0),
prodvers=(7, 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.
Expand All @@ -31,11 +31,11 @@ VSVersionInfo(
'040904b0',
[StringStruct('CompanyName', 'Yubico'),
StringStruct('FileDescription', 'Yubico Authenticator Helper'),
StringStruct('FileVersion', '7.0.2-dev.0'),
StringStruct('FileVersion', '7.1.0'),
StringStruct('LegalCopyright', 'Copyright (c) Yubico'),
StringStruct('OriginalFilename', 'authenticator-helper.exe'),
StringStruct('ProductName', 'Yubico Authenticator'),
StringStruct('ProductVersion', '7.0.2-dev.0')])
StringStruct('ProductVersion', '7.1.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: 7.0.2-dev.0+70002
version: 7.1.0+70100

environment:
sdk: '>=3.4.3 <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="7.0.2-dev.0"
$version="7.1.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="7.0.2" ?>
<?define ProductVersion="7.1.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 1ce9797

Please sign in to comment.