diff --git a/package-lock.json b/package-lock.json index 4b498cc..3d04d3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "risk-dice-modifier", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 13c7f00..74a570b 100644 --- a/package.json +++ b/package.json @@ -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.0.1", + "version": "0.1.0", "license": "MIT", "homepage": "https://git.f3l.de/ghost/risk-dice-modifier", "repository": { diff --git a/src/module.json b/src/module.json index 7b12505..f25921d 100644 --- a/src/module.json +++ b/src/module.json @@ -3,12 +3,14 @@ "title": "Risk Dice Modifier", "description": "An implementation of risk rolls as found for example in the Splittermond game system", "author": "Johannes Loher", - "version": "0.0.1", + "version": "0.1.0", "minimumCoreVersion": "0.7.9", "compatibleCoreVersion": "0.7.9", - "esmodules": ["module/risk-dice-modifier.js"], + "esmodules": [ + "module/risk-dice-modifier.js" + ], "url": "https://git.f3l.de/ghost/risk-dice-modifier", "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.0.1/download?job=build", + "download": "https://git.f3l.de/ghost/risk-dice-modifier/-/jobs/artifacts/0.1.0/download?job=build", "license": "MIT" }