Skip to content

Commit 1b972bf

Browse files
committed
bump app version to 7.2.1
1 parent dc8570e commit 1b972bf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

helper/version_info.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ VSVersionInfo(
3131
'040904b0',
3232
[StringStruct('CompanyName', 'Yubico'),
3333
StringStruct('FileDescription', 'Yubico Authenticator Helper'),
34-
StringStruct('FileVersion', '7.2.1-dev.0'),
34+
StringStruct('FileVersion', '7.2.1'),
3535
StringStruct('LegalCopyright', 'Copyright (c) Yubico'),
3636
StringStruct('OriginalFilename', 'authenticator-helper.exe'),
3737
StringStruct('ProductName', 'Yubico Authenticator'),
38-
StringStruct('ProductVersion', '7.2.1-dev.0')])
38+
StringStruct('ProductVersion', '7.2.1')])
3939
]),
4040
VarFileInfo([VarStruct('Translation', [1033, 1200])])
4141
]

lib/version.dart

Lines changed: 1 addition & 1 deletion
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.2.1-dev.0+70201
21+
version: 7.2.1+70201
2222

2323
environment:
2424
sdk: ^3.7.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.2.1-dev.0"
1+
$version="7.2.1"
22

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

0 commit comments

Comments
 (0)