diff --git a/remote/version.txt b/remote/version.txt index 42f7d23..6161878 100644 --- a/remote/version.txt +++ b/remote/version.txt @@ -1 +1 @@ -2.1 \ No newline at end of file +2.2 \ No newline at end of file diff --git a/src/main.py b/src/main.py index de81e16..4c95518 100644 --- a/src/main.py +++ b/src/main.py @@ -16,7 +16,7 @@ def __init__(self): self.logic = Logic() self.patch_list = list(reversed(self.logic.get_patch_list())) - self.version = 2.1 + self.version = 2.2 # Set up GUI self.window = tk.Tk()