Update Qt manifest to v0.6.2

This commit is contained in:
Cameron Gutman 2018-10-28 21:01:31 -07:00
parent 8cbb978f1a
commit 37b2481fe9

View File

@ -2,19 +2,19 @@
{ {
"platform": "windows", "platform": "windows",
"arch": "i386", "arch": "i386",
"version": "0.6.1", "version": "0.6.2",
"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.6.1", "version": "0.6.2",
"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.6.1", "version": "0.6.2",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
} }
] ]