Skip to content

Commit

Permalink
6.0.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagusti committed Apr 25, 2023
1 parent b777962 commit 09dc6df
Showing 1 changed file with 88 additions and 88 deletions.
176 changes: 88 additions & 88 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,91 +1,91 @@
{
"id": "wfrp4e-gm-toolkit",
"title": "GM Toolkit (WFRP4e)",
"description": "Utilities for WFRP4e GMs",
"version": "6.0.2",
"compatibility": {
"minimum": "10.291",
"verified": "10.291",
"maximum": 10
},
"authors": [
{
"name": "Jagusti",
"discord": "Jagusti#3610",
"ko-fi": "jagusti"
}
],
"relationships": {
"systems": [
{
"id": "wfrp4e",
"type": "system",
"compatibility": {
"minimum": "6.4.0",
"verified": "6.4.0",
"maximum": "6.x"
}
}
]
},
"esmodules": [
"wfrp4e-gm-toolkit.mjs"
],
"scripts": [],
"styles": [
"/css/gmtoolkit.css"
],
"packs": [
{
"name": "gm-toolkit-macros",
"label": "GM Toolkit",
"path": "packs/gm-toolkit-macros.db",
"type": "Macro",
"module": "wfrp4e-gm-toolkit",
"system": "wfrp4e"
},
{
"name": "gm-toolkit-tables",
"label": "GM Toolkit",
"path": "packs/gm-toolkit-tables.db",
"type": "RollTable",
"module": "wfrp4e-gm-toolkit",
"system": "wfrp4e"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json"
},
{
"lang": "ja",
"name": "Japanese",
"path": "lang/ja.json"
"id": "wfrp4e-gm-toolkit",
"title": "GM Toolkit (WFRP4e)",
"description": "Utilities for WFRP4e GMs",
"version": "6.0.3",
"compatibility": {
"minimum": "10.291",
"verified": "10.291",
"maximum": 10
},
{
"lang": "de",
"name": "German",
"path": "lang/de.json"
"authors": [
{
"name": "Jagusti",
"discord": "Jagusti#3610",
"ko-fi": "jagusti"
}
],
"relationships": {
"systems": [
{
"id": "wfrp4e",
"type": "system",
"compatibility": {
"minimum": "6.4.0",
"verified": "6.4.0",
"maximum": "6.x"
}
}
]
},
{
"lang": "pl",
"name": "Polski",
"path": "lang/pl.json"
}
],
"socket": "true",
"url": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit",
"manifest": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/latest/download/module.json",
"download": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/download/6.0.2/wfrp4e-gm-toolkit.zip",
"bugs": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues",
"changelog": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases",
"readme": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/wiki",
"manifestPlusVersion": "1.2.0"
}
"esmodules": [
"wfrp4e-gm-toolkit.mjs"
],
"scripts": [],
"styles": [
"/css/gmtoolkit.css"
],
"packs": [
{
"name": "gm-toolkit-macros",
"label": "GM Toolkit",
"path": "packs/gm-toolkit-macros.db",
"type": "Macro",
"module": "wfrp4e-gm-toolkit",
"system": "wfrp4e"
},
{
"name": "gm-toolkit-tables",
"label": "GM Toolkit",
"path": "packs/gm-toolkit-tables.db",
"type": "RollTable",
"module": "wfrp4e-gm-toolkit",
"system": "wfrp4e"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json"
},
{
"lang": "ja",
"name": "Japanese",
"path": "lang/ja.json"
},
{
"lang": "de",
"name": "German",
"path": "lang/de.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "lang/pl.json"
}
],
"socket": "true",
"url": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit",
"manifest": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/latest/download/module.json",
"download": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/download/6.0.3/wfrp4e-gm-toolkit.zip",
"bugs": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues",
"changelog": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases",
"readme": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/wiki",
"manifestPlusVersion": "1.2.0"
}

0 comments on commit 09dc6df

Please # to comment.