diff --git a/app/common/config.py b/app/common/config.py index 43825a8..ad01b55 100644 --- a/app/common/config.py +++ b/app/common/config.py @@ -183,7 +183,7 @@ class Config(QConfig): YEAR = 2023 AUTHOR = "Zzaphkiel" -VERSION = "1.1.2" +VERSION = "1.1.3" BETA = None FEEDBACK_URL = "https://github.com/Zzaphkiel/Seraphine/issues?q=is%3Aissue" GITHUB_URL = "https://github.com/Zzaphkiel/Seraphine"