change manifest and download url, bump version

This commit is contained in:
2024-06-23 17:50:55 -05:00
parent 3a4d5f8fae
commit 6b3ec6517f

View File

@@ -7,7 +7,7 @@
"name": "lmxsdl" "name": "lmxsdl"
} }
], ],
"version": "0.1.2", "version": "0.2",
"compatibility": { "compatibility": {
"minimum": "10", "minimum": "10",
"verified": "11" "verified": "11"
@@ -19,8 +19,8 @@
"path": "lang/en.json" "path": "lang/en.json"
} }
], ],
"download": "https://gitea.ascorrea.com/asc/asc-session-title-suggestions/releases/download/0.1.2/asc-session-title-suggestions-0.1.2.zip", "download": "https://gitea.ascorrea.com/asc/asc-session-title-suggestions/releases/download/0.2/module.zip",
"manifest":"https://gitea.ascorrea.com/asc/asc-session-title-suggestions/raw/branch/master/src/module.json", "manifest": "https://gitea.ascorrea.com/asc/asc-session-title-suggestions/releases/download/latest/module.json",
"scripts": [ "scripts": [
"scripts/main.js" "scripts/main.js"
], ],