Update Qt manifest to v2.1.0

This commit is contained in:
Cameron Gutman 2020-05-17 00:59:54 -07:00
parent d8c1005d4f
commit 12b52ed8ca

View File

@ -2,31 +2,31 @@
{ {
"platform": "windows", "platform": "windows",
"arch": "i386", "arch": "i386",
"version": "2.0.0", "version": "2.1.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": "2.0.0", "version": "2.1.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": "2.0.0", "version": "2.1.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
}, },
{ {
"platform": "appimage", "platform": "appimage",
"arch": "x86_64", "arch": "x86_64",
"version": "2.0.0", "version": "2.1.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
}, },
{ {
"platform": "steamlink", "platform": "steamlink",
"arch": "arm", "arch": "arm",
"version": "2.0.0", "version": "2.1.0",
"browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases" "browser_url": "https://github.com/moonlight-stream/moonlight-qt/releases"
} }
] ]