Updated version to 0.94

This commit is contained in:
Jose Manuel Delicado
2018-08-15 22:02:03 +02:00
parent 3f5ef28a48
commit 52f27c87b9
5 changed files with 13 additions and 13 deletions

View File

@@ -2,9 +2,9 @@
import datetime
name = 'TWBlue'
snapshot = True
snapshot = False
if snapshot == False:
version = "0.93"
version = "0.94"
update_url = 'https://twblue.es/updates/stable.php'
mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/stable.json'
else: