new version 0.7a, and update json filename for new format

This commit is contained in:
2025-04-30 20:00:20 +02:00
parent 96995f1e80
commit 0ae2c7e559
4 changed files with 4 additions and 4 deletions

View File

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