Release 0.0.3
This commit is contained in:
15
module.json
15
module.json
@@ -2,7 +2,7 @@
|
||||
"id": "kosmos-storage-audit",
|
||||
"title": "Kosmos Storage Audit",
|
||||
"description": "Analyzes media references and risky storage locations across Foundry data and public roots.",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"compatibility": {
|
||||
"minimum": "13",
|
||||
"verified": "13"
|
||||
@@ -18,7 +18,18 @@
|
||||
"styles": [
|
||||
"styles/audit.css"
|
||||
],
|
||||
"languages": [],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "de",
|
||||
"name": "Deutsch",
|
||||
"path": "lang/de.json"
|
||||
},
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json"
|
||||
}
|
||||
],
|
||||
"relationships": {},
|
||||
"url": "https://gitea.kosmos.ac/kosmos/kosmos-storage-audit",
|
||||
"manifest": "https://gitea.kosmos.ac/kosmos/kosmos-storage-audit/raw/branch/main/module.json",
|
||||
|
||||
Reference in New Issue
Block a user