From b23be9c896abb60599f9f731acd5bc42d3a8f8d3 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Tue, 26 Oct 2021 12:40:57 -0500 Subject: [PATCH] Started to remove stable and snapshot update information files --- updates/stable.json | 6 ------ updates/{snapshots.json => updates.json} | 0 2 files changed, 6 deletions(-) delete mode 100644 updates/stable.json rename updates/{snapshots.json => updates.json} (100%) diff --git a/updates/stable.json b/updates/stable.json deleted file mode 100644 index ef63523b..00000000 --- a/updates/stable.json +++ /dev/null @@ -1,6 +0,0 @@ -{"current_version": "0.95", -"description": "The first version for the new generation of TWBlue.", -"date": "day_name_abr month day_numb, 2016", -"downloads": -{"Windows32": "http://twblue.es/pubs/twblue_ngen_0.80_x86.zip", -"Windows64": "http://twblue.es/pubs/twblue_ngen_0.80_x64.zip"}} \ No newline at end of file diff --git a/updates/snapshots.json b/updates/updates.json similarity index 100% rename from updates/snapshots.json rename to updates/updates.json