diff --git a/game.py b/game.py index db2c05e..84f2358 100644 --- a/game.py +++ b/game.py @@ -11,7 +11,7 @@ from updater import Updater from tkinter import messagebox -CURRENT_VERSION = "v1.0.7-alpha" +CURRENT_VERSION = "v1.0.8-alpha" class Card: diff --git a/updater.py b/updater.py index 27ffb6c..fbfdb7f 100644 --- a/updater.py +++ b/updater.py @@ -1,7 +1,4 @@ import requests -import json -import os -import sys import tkinter as tk from tkinter import messagebox import threading