From 52cb954c3bd0e722e219a54712f6fe2cd7e41ec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Doubravsk=C3=BD?= Date: Fri, 3 Oct 2025 17:31:11 +0200 Subject: [PATCH] Version changed --- src/core/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/constants.py b/src/core/constants.py index 17ea52f..abbc08d 100644 --- a/src/core/constants.py +++ b/src/core/constants.py @@ -1,4 +1,4 @@ # src/core/constants.py -VERSION = "v1.0.1" +VERSION = "v1.0.2" APP_NAME = "Tagger" APP_VIEWPORT = "1000x700" \ No newline at end of file