diff --git a/remote/version.txt b/remote/version.txt index 0fdd235..c1f588a 100644 --- a/remote/version.txt +++ b/remote/version.txt @@ -1 +1 @@ -1.20 \ No newline at end of file +1.30 \ No newline at end of file diff --git a/src/main.py b/src/main.py index 35c239c..590f34b 100644 --- a/src/main.py +++ b/src/main.py @@ -15,7 +15,7 @@ def __init__(self): self.logic = Logic() self.patch_list = list(reversed(self.logic.get_patch_list())) - self.version = 1.20 + self.version = 1.30 # Set up GUI self.window = tk.Tk()