Skip to content

Commit 4307b16

Browse files
committed
Bump version to 2.2.1
1 parent 122ec4a commit 4307b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def _init_sidebar(self):
494494
## Info label
495495
self.lbl_info = ctk.CTkLabel(
496496
master=self.frm_sidebar,
497-
text="v2.2.0 | Made by HenestrosaDev",
497+
text="v2.2.1 | Made by HenestrosaDev",
498498
font=ctk.CTkFont(size=12),
499499
)
500500
self.lbl_info.grid(row=14, column=0, padx=20, pady=(5, 10))

0 commit comments

Comments
 (0)