Update Qt manifest to 0.5.0

This commit is contained in:
Cameron Gutman
2018-09-15 17:01:51 -07:00
parent 5f136e2906
commit 14a9f0764f

View File

@@ -2,19 +2,19 @@
{ {
"platform": "windows", "platform": "windows",
"arch": "i386", "arch": "i386",
"version": "0.4.0", "version": "0.5.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
}, },
{ {
"platform": "windows", "platform": "windows",
"arch": "x86_64", "arch": "x86_64",
"version": "0.4.0", "version": "0.5.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
}, },
{ {
"platform": "osx", "platform": "osx",
"arch": "x86_64", "arch": "x86_64",
"version": "0.4.0", "version": "0.5.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
} }
] ]