Skip to content

Commit

Permalink
set version to 6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Dec 5, 2023
1 parent 2bf77e3 commit d8988c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions helper/version_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ VSVersionInfo(
'040904b0',
[StringStruct('CompanyName', 'Yubico'),
StringStruct('FileDescription', 'Yubico Authenticator Helper'),
StringStruct('FileVersion', '6.3.1-dev.0'),
StringStruct('FileVersion', '6.3.1'),
StringStruct('LegalCopyright', 'Copyright (c) Yubico'),
StringStruct('OriginalFilename', 'authenticator-helper.exe'),
StringStruct('ProductName', 'Yubico Authenticator'),
StringStruct('ProductVersion', '6.3.1-dev.0')])
StringStruct('ProductVersion', '6.3.1')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]
Expand Down
2 changes: 1 addition & 1 deletion 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-dev.0+60301
version: 6.3.1+60301

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-dev.0"
$version="6.3.1"

echo "Clean-up of old files"
rm *.msi
Expand Down

0 comments on commit d8988c2

Please sign in to comment.