bump version

This commit is contained in:
mst 2025-03-19 13:38:04 +03:00
parent a1c6116099
commit 6e288467c3
No known key found for this signature in database

View file

@ -11,7 +11,7 @@ tempDir = Path.cwd() / 'static' / 'temp'
exportsDir = Path('static') / 'exports' exportsDir = Path('static') / 'exports'
emojiPath = Path.cwd() / 'static' / 'emojis' emojiPath = Path.cwd() / 'static' / 'emojis'
appName = 'CatAsk' appName = 'CatAsk'
version = '2.1.0' version = '2.1.1'
# id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9 # id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9
version_id = '-stable' version_id = '-stable'
repoUrl = "https://codeberg.org/catask-org/catask" repoUrl = "https://codeberg.org/catask-org/catask"