Update version to 3.0.2 in the manifest

This commit is contained in:
Oliver 2026-05-10 23:46:31 -06:00
parent 8cadd8318b
commit 211b9b3135

View file

@ -2,7 +2,7 @@
"id": "taf", "id": "taf",
"title": "Text-Based Actors", "title": "Text-Based Actors",
"description": "An intentionally minimalist system that enables you to play rules-light games without getting in your way!", "description": "An intentionally minimalist system that enables you to play rules-light games without getting in your way!",
"version": "3.0.1", "version": "3.0.2",
"download": "", "download": "",
"manifest": "", "manifest": "",
"url": "https://git.varify.ca/Foundry/taf", "url": "https://git.varify.ca/Foundry/taf",
@ -55,6 +55,7 @@
}, },
"socket": true, "socket": true,
"flags": { "flags": {
"forgejo_api": "https://git.varify.ca/api/v1",
"hotReload": { "hotReload": {
"extensions": ["css", "hbs", "json", "js", "mjs", "svg"], "extensions": ["css", "hbs", "json", "js", "mjs", "svg"],
"paths": ["templates", "langs", "styles", "module", "assets"] "paths": ["templates", "langs", "styles", "module", "assets"]