Add urls to json data.

This commit is contained in:
Shyotl
2018-02-05 23:31:45 -06:00
parent 105afdf19c
commit bcc1ff0dc1

View File

@@ -1,5 +1,6 @@
{ {
"release":{ "release":{
"url":"http://www.singularityviewer.org/",
"recommended":{ "recommended":{
"windows":"1.8.7 (6861)", "windows":"1.8.7 (6861)",
"apple":"1.8.6 (6157)", "apple":"1.8.6 (6157)",
@@ -12,6 +13,7 @@
} }
}, },
"alpha":{ "alpha":{
"url":"http://alpha.singularityviewer.org/alpha/",
"recommended":{ "recommended":{
"windows":"1.8.7 (6966)", "windows":"1.8.7 (6966)",
"apple":"1.8.6 (6695)", "apple":"1.8.6 (6695)",
@@ -19,7 +21,7 @@
}, },
"minimum":{ "minimum":{
"windows":"1.8.7 (6861)", "windows":"1.8.7 (6861)",
"apple":"1.8.6(6695)", "apple":"1.8.6 (6695)",
"linux":"1.8.7 (6861)" "linux":"1.8.7 (6861)"
} }
} }