update bundled htmx, replace repo link, bump version

This commit is contained in:
mst 2025-03-11 15:11:21 +03:00
parent a83447df54
commit 9ca405b144
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -11,10 +11,10 @@ tempDir = Path.cwd() / 'static' / 'temp'
exportsDir = Path('static') / 'exports'
emojiPath = Path.cwd() / 'static' / 'emojis'
appName = 'CatAsk'
version = '2.0.0'
version = '2.0.1'
# id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9
version_id = '-stable'
repoUrl = "https://git.gay/catask-org/catask"
repoUrl = "https://codeberg.org/catask-org/catask"
homepageUrl = "https://catask.mystie.dev"
docsUrl = "https://docs.catask.mystie.dev"
social = {

File diff suppressed because one or more lines are too long