mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 05:13: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'
|
||||
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 = {
|
||||
|
|
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