diff --git a/constants.py b/constants.py index cce5603..f70cc7a 100644 --- a/constants.py +++ b/constants.py @@ -11,7 +11,7 @@ tempDir = Path.cwd() / 'static' / 'temp' exportsDir = Path('static') / 'exports' emojiPath = Path.cwd() / 'static' / 'emojis' appName = 'CatAsk' -version = '2.2.0' +version = '2.2.1' # id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9 version_id = '-stable' repoUrl = "https://codeberg.org/catask-org/catask"