updated to version 0.1.1b

This commit is contained in:
2025-05-10 02:31:12 +02:00
parent 9532eb7247
commit 0d114a325d
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ class Application:
y_offset = 200
width = 1050
height = 700
VERSION = '0.1.0b'
VERSION = '0.1.1b'
title = f"Brovski Adress-Etiketten Verwaltung {VERSION}"
self.root = tk.Tk(className="BrovskiAdressEtiketten")