diff --git a/remote/version.txt b/remote/version.txt index 2ee5615..578c71b 100644 --- a/remote/version.txt +++ b/remote/version.txt @@ -1 +1 @@ -1.04 \ No newline at end of file +1.10 \ No newline at end of file diff --git a/src/main.py b/src/main.py index 7b70395..1ef35eb 100644 --- a/src/main.py +++ b/src/main.py @@ -16,7 +16,7 @@ def __init__(self): self.logic = Logic() self.patch_list = self.logic.get_patch_list() - self.version = 1.04 + self.version = 1.10 # Set up GUI self.window = tk.Tk()