diff --git a/PROJECT_NOTES.md b/PROJECT_NOTES.md index ff2a96b..3e5cbcd 100644 --- a/PROJECT_NOTES.md +++ b/PROJECT_NOTES.md @@ -4,7 +4,7 @@ > Pokud pracuji na Tagger, VŽDY nejdříve přečtu tento soubor! **Poslední aktualizace:** 2025-12-28 -**Verze:** 1.0.3 +**Verze:** 1.0.4 **Status:** Stable, v aktivním vývoji --- diff --git a/pyproject.toml b/pyproject.toml index de79d31..7125933 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tagger" -version = "1.0.3" +version = "1.0.4" description = "Universal file tagging utility" authors = ["Jan Doubravský "] readme = "README.md" diff --git a/src/core/constants.py b/src/core/constants.py index 40dc207..e506f2d 100644 --- a/src/core/constants.py +++ b/src/core/constants.py @@ -1,4 +1,4 @@ # src/core/constants.py -VERSION = "v1.0.3" +VERSION = "v1.0.4" APP_NAME = "Tagger" APP_VIEWPORT = "1000x700" \ No newline at end of file