Test json for new update mechanism testing.

This commit is contained in:
Shyotl
2018-02-05 20:02:02 -06:00
parent fbf510b5c1
commit 87242bc288

26
api/get_update_info.json Normal file
View File

@@ -0,0 +1,26 @@
{
"release":{
"recommended":{
"windows":"1.8.7 (6861)",
"apple":"1.8.6 (6157)",
"linux":"1.8.7 (6861)"
},
"minimum":{
"windows":"1.8.7 (6861)",
"apple":"1.8.6 (6157)",
"linux":"1.8.7 (6861)"
}
}
"alpha":{
"recommended":{
"windows":"1.8.7 (6966)",
"apple":"1.8.6 (6695)",
"linux":"1.8.7 (6966)"
},
"minimum":{
"windows":"1.8.7 (6861)",
"apple":"1.8.6(6695)",
"linux":"1.8.7 (6861)"
}
}
}