release version 1.0.0

This commit is contained in:
Johannes Loher 2021-05-23 00:56:30 +00:00
parent 043b5c6792
commit 87fe962fe3
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"private": true,
"name": "risk-dice-modifier",
"description": "An implementation of risk rolls as found for example in the Splittermond game system",
"version": "0.1.1",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://git.f3l.de/ghost/risk-dice-modifier",
"repository": {

View file

@ -16,10 +16,10 @@
"readme": "https://git.f3l.de/ghost/risk-dice-modifier/-/blob/master/README.md",
"bugs": "https://git.f3l.de/ghost/risk-dice-modifier/-/issues",
"changelog": "https://git.f3l.de/ghost/risk-dice-modifier/-/releases",
"version": "0.1.1",
"version": "1.0.0",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "0.8.5",
"esmodules": ["module/risk-dice-modifier.js"],
"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/0.1.1/download?job=build"
"download": "https://git.f3l.de/ghost/risk-dice-modifier/-/jobs/artifacts/1.0.0/download?job=build"
}