From bcc1ff0dc1440a202ef53642bcd7acc14049be86 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Mon, 5 Feb 2018 23:31:45 -0600 Subject: [PATCH] Add urls to json data. --- api/get_update_info.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/get_update_info.json b/api/get_update_info.json index 43afd45..b24c8a5 100644 --- a/api/get_update_info.json +++ b/api/get_update_info.json @@ -1,5 +1,6 @@ { "release":{ + "url":"http://www.singularityviewer.org/", "recommended":{ "windows":"1.8.7 (6861)", "apple":"1.8.6 (6157)", @@ -12,6 +13,7 @@ } }, "alpha":{ + "url":"http://alpha.singularityviewer.org/alpha/", "recommended":{ "windows":"1.8.7 (6966)", "apple":"1.8.6 (6695)", @@ -19,7 +21,7 @@ }, "minimum":{ "windows":"1.8.7 (6861)", - "apple":"1.8.6(6695)", + "apple":"1.8.6 (6695)", "linux":"1.8.7 (6861)" } }