From eefe5e620028358b18fe26bf40f23c8b4e5e785d Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Thu, 4 Jun 2020 12:14:57 -0500 Subject: [PATCH] Updated snapshot information --- src/application.py | 2 +- updates/snapshots.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/application.py b/src/application.py index 2fd6f20f..7e223ef6 100644 --- a/src/application.py +++ b/src/application.py @@ -9,7 +9,7 @@ if snapshot == False: update_url = 'https://twblue.es/updates/stable.php' mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/stable.json' else: - version = "1" + version = "3" update_url = 'https://twblue.es/updates/snapshot.php' mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/snapshots.json' authors = ["Manuel Cortéz", "José Manuel Delicado"] diff --git a/updates/snapshots.json b/updates/snapshots.json index 48ea1080..6fdd3182 100644 --- a/updates/snapshots.json +++ b/updates/snapshots.json @@ -1,5 +1,5 @@ -{"current_version": "1", +{"current_version": "3", "description": "Snapshot version.", "date": "unknown", "downloads": -{"Windows32": "https://twblue.es/snapshot.zip"}} \ No newline at end of file +{"Windows32": "https://twblue.es/pubs/snapshot.zip"}} \ No newline at end of file