release version 1.0.1
This commit is contained in:
parent
86dde20406
commit
6cb6d3983a
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "risk-dice-modifier",
|
"name": "risk-dice-modifier",
|
||||||
"description": "An implementation of risk rolls as found for example in the Splittermond game system",
|
"description": "An implementation of risk rolls as found for example in the Splittermond game system",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"license": "(MIT AND BSD-2-Clause AND CC-BY-4.0)",
|
"license": "(MIT AND BSD-2-Clause AND CC-BY-4.0)",
|
||||||
"homepage": "https://git.f3l.de/ghost/risk-dice-modifier",
|
"homepage": "https://git.f3l.de/ghost/risk-dice-modifier",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -16,10 +16,10 @@
|
||||||
"readme": "https://git.f3l.de/ghost/risk-dice-modifier/-/blob/master/README.md",
|
"readme": "https://git.f3l.de/ghost/risk-dice-modifier/-/blob/master/README.md",
|
||||||
"bugs": "https://git.f3l.de/ghost/risk-dice-modifier/-/issues",
|
"bugs": "https://git.f3l.de/ghost/risk-dice-modifier/-/issues",
|
||||||
"changelog": "https://git.f3l.de/ghost/risk-dice-modifier/-/releases",
|
"changelog": "https://git.f3l.de/ghost/risk-dice-modifier/-/releases",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"minimumCoreVersion": "0.7.9",
|
"minimumCoreVersion": "0.7.9",
|
||||||
"compatibleCoreVersion": "0.8.6",
|
"compatibleCoreVersion": "0.8.6",
|
||||||
"esmodules": ["module/risk-dice-modifier.js"],
|
"esmodules": ["module/risk-dice-modifier.js"],
|
||||||
"manifest": "https://git.f3l.de/ghost/risk-dice-modifier/-/raw/latest/src/module.json?inline=false",
|
"manifest": "https://git.f3l.de/ghost/risk-dice-modifier/-/raw/latest/src/module.json?inline=false",
|
||||||
"download": "https://git.f3l.de/ghost/risk-dice-modifier/-/jobs/artifacts/1.0.0/download?job=build"
|
"download": "https://git.f3l.de/ghost/risk-dice-modifier/-/jobs/artifacts/1.0.1/download?job=build"
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue