diff --git a/remote/version.txt b/remote/version.txt index 415b19f..42f7d23 100644 --- a/remote/version.txt +++ b/remote/version.txt @@ -1 +1 @@ -2.0 \ No newline at end of file +2.1 \ No newline at end of file diff --git a/src/main.py b/src/main.py index a224dfe..c02e110 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 = 2.0 + self.version = 2.1 # Set up GUI self.window = tk.Tk()