support for title case

This commit is contained in:
2024-06-27 14:19:42 -05:00
parent 6b3ec6517f
commit 585c94718e
3 changed files with 9 additions and 5 deletions

View File

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