Skip to content

Commit 5e94bd8

Browse files
committed
Update version and NEWS
1 parent ccde248 commit 5e94bd8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Version 5.0.3 (unreleased)
1+
* Version 5.0.3 (released 2020-04-14)
22
** macOS: Make the app available in the macOS App Store
33
** Windows: Make the app available in the Microsoft Store (for Windows 10 20.04 and higher)
44
** Linux: Make the app available in the Snap Store

resources/com.yubico.yubioath.appdata.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@
3434
</screenshots>
3535

3636
<releases>
37-
<release version="5.0.3-beta2" type="development" date="2020-03-27">
37+
<release version="5.0.3" date="2020-04-14">
3838
</release>
39-
<release version="5.0.3" type="development" date="2020-02-24">
39+
<release version="5.0.3-beta2" type="development" date="2020-03-27">
40+
</release>
41+
<release version="5.0.3" type="development" date="2020-02-24">
4042
</release>
4143
<release version="5.0.2" date="2020-01-29">
4244
<description>

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.3
1616
}
1717
# This is the version shown on the About page
18-
DEFINES += APP_VERSION=\\\"5.0.3-BETA-2\\\"
18+
DEFINES += APP_VERSION=\\\"5.0.3\\\"
1919

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

0 commit comments

Comments
 (0)