From 97cff4b5982ae91938553586b4991d79a57876d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Cort=C3=A9z?= Date: Tue, 14 Apr 2015 08:51:27 -0500 Subject: [PATCH] New snapshot --- src/application.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/application.py b/src/application.py index c8c825db..bb723818 100644 --- a/src/application.py +++ b/src/application.py @@ -5,8 +5,8 @@ if snapshot == False: version = "0.80" update_url = 'http://twblue.es/updates/twblue_ngen.json' else: - version = "7" - update_url = 'http://twblue.es/updates/snapshots_ngen.json' + version = "8" + update_url = 'http://twblue.es/updates/snap.json' author = u"Manuel Cortéz" authorEmail = "manuel@manuelcortez.net" copyright = u"copyright (C) 2013-2015, Manuel cortéz"