From c6a48e171a9a8aac79b759577d7041502aef1d41 Mon Sep 17 00:00:00 2001 From: DJSchaffner Date: Thu, 1 Sep 2022 22:50:28 +0200 Subject: [PATCH] Version bump --- remote/version.txt | 2 +- src/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()