mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
update bundled htmx, replace repo link, bump version
This commit is contained in:
parent
a83447df54
commit
9ca405b144
2 changed files with 3 additions and 3 deletions
|
@ -11,10 +11,10 @@ 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.0.0'
|
version = '2.0.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://git.gay/catask-org/catask"
|
repoUrl = "https://codeberg.org/catask-org/catask"
|
||||||
homepageUrl = "https://catask.mystie.dev"
|
homepageUrl = "https://catask.mystie.dev"
|
||||||
docsUrl = "https://docs.catask.mystie.dev"
|
docsUrl = "https://docs.catask.mystie.dev"
|
||||||
social = {
|
social = {
|
||||||
|
|
2
static/js/htmx.min.js
vendored
2
static/js/htmx.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue