re-add older releases
authorMoritz Warning <moritzwarning@web.de>
Mon, 17 Feb 2020 10:06:15 +0000 (11:06 +0100)
committerMoritz Warning <moritzwarning@web.de>
Mon, 17 Feb 2020 10:06:15 +0000 (11:06 +0100)
it is a good show case for the demo and we need those for the use on openwrt.org

config.js

index 5447d4743e55b0ea017ce40277c83947fe5dd7a6..a894147891d27a1fb22043bfdbb9ae24381047e0 100644 (file)
--- a/config.js
+++ b/config.js
@@ -6,8 +6,10 @@ var config = {
   showHelp: true,
   // Files to get data from
   versions: {
-//    'SNAPSHOT': '/api/names/SNAPSHOT' // when using asu backend
-    'SNAPSHOT': 'names-SNAPSHOT.json'
+  //'SNAPSHOT': '/api/names/SNAPSHOT' // when using asu backend
+    'SNAPSHOT': 'names-SNAPSHOT.json',
+    '19.07.1': 'names-19.07.1.json',
+    '18.06.7': 'names-18.06.7.json'
   },
   asu_url: '/api/build'
 };