From a0e41a445039c7da48b620b05d54ab2019cad543 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Thu, 23 Nov 2017 17:53:14 -0600 Subject: [PATCH] Ready for next snapshot --- src/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application.py b/src/application.py index c4950c4e..1e2c097a 100644 --- a/src/application.py +++ b/src/application.py @@ -6,7 +6,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 = "2" update_url = 'https://twblue.es/updates/snapshot.php' mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/snapshots.json' authors = [u"Manuel Cortéz", u"José Manuel Delicado"]