Fix translations
Some checks failed
Gitea/kapitanbooru-uploader/pipeline/head There was a failure building this commit

This commit is contained in:
2025-03-03 18:53:59 +01:00
parent 9361bc0363
commit fa05de8c37
6 changed files with 12 additions and 14 deletions

View File

@@ -139,7 +139,7 @@ class ImageBrowser(tk.Tk):
super().__init__()
self.title("Kapitanbooru Uploader")
self.geometry("900x600")
self.version = "0.4.0"
self.version = "0.4.1"
self.settings = Settings()
self.tags_repo = TagsRepo(self.settings)