Update Qt manifest to v0.9.0

This commit is contained in:
Cameron Gutman 2019-02-17 01:52:22 -08:00
parent 66578e52e6
commit 1f3c01b17e

View File

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