* v1.3.0

* v1.3.0
This commit is contained in:
Byroks 2023-11-24 21:01:10 +01:00 committed by GitHub
parent a8a1e6e133
commit 5a36ee9eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

BIN
midgard5-v1.3.0.zip Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
{ {
"name": "foundry-system-midgard5", "name": "foundry-system-midgard5",
"version": "1.2.2", "version": "1.3.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -58,4 +58,4 @@
"dependencies": { "dependencies": {
"handlebars-helpers": "^0.10.0" "handlebars-helpers": "^0.10.0"
} }
} }

View File

@ -3,12 +3,12 @@
"name": "midgard5", "name": "midgard5",
"title": "Midgard 5. Edition", "title": "Midgard 5. Edition",
"description": "The German RPG Midgard 5. Edition", "description": "The German RPG Midgard 5. Edition",
"version": "1.2.2", "version": "1.3.0",
"compatibility": { "compatibility": {
"minimum": "10", "minimum": "10",
"verified": "10" "verified": "10"
}, },
"authors": [{ "name": "Byroks" }], "authors": [{"name": "Byroks"}],
"scripts": ["bundle.js"], "scripts": ["bundle.js"],
"styles": ["bundle.css"], "styles": ["bundle.css"],
"packs": [ "packs": [
@ -88,8 +88,8 @@
"primaryTokenAttribute": "lp", "primaryTokenAttribute": "lp",
"secondaryTokenAttribute": "ap", "secondaryTokenAttribute": "ap",
"url": "https://github.com/Byroks/foundry-vtt-system-midgard5", "url": "https://github.com/Byroks/foundry-vtt-system-midgard5",
"manifest": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v1.2.2/system.json", "manifest": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v1.3.0/system.json",
"download": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v1.2.2/midgard5-v1.2.2.zip", "download": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v1.3.0/midgard5-v1.3.0.zip",
"initiative": "@calc.attributes.gw.value", "initiative": "@calc.attributes.gw.value",
"license": "LICENSE.txt" "license": "LICENSE.txt"
} }