Skip to content

Commit 4df579e

Browse files
committed
update NEWS and VERSION
1 parent b5f97fd commit 4df579e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

NEWS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
* Version 5.0.2 (unreleased)
1+
* Version 5.0.2 (released 2020-01-29)
22
** Allow spaces in secret key when adding accounts
33
** UI: Move favorite button to the credential card
44
** UI: Improved scrolling behaviour
5-
** Windows: Improve how .DLL files are loaded, thanks to Marius Gabriel Mihai for reporting this!
6-
** Windows: Experimental support for .MSI installers
5+
** Windows: Improve how .dll files are loaded, thanks to Marius Gabriel Mihai for reporting this!
6+
** Windows: Initial support for .msi installers. If upgrading from the .exe installer, make sure
7+
to uninstall the older version before using the .msi
78

89
* Version 5.0.1 (released 2019-10-16)
910
** New colors for the account icons.

yubioath-desktop.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ win32|win64 {
1515
VERSION = 5.0.2
1616
}
1717
# This is the version shown on the About page
18-
DEFINES += APP_VERSION=\\\"5.0.2-RC1\\\"
18+
DEFINES += APP_VERSION=\\\"5.0.2\\\"
1919

2020
message(Version of this build: $$VERSION)
2121

0 commit comments

Comments
 (0)