diff --git a/package-lock.json b/package-lock.json index 836e3b9..954dd6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "risk-dice-modifier", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 74a570b..49b6975 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.1.0", + "version": "0.1.1", "license": "MIT", "homepage": "https://git.f3l.de/ghost/risk-dice-modifier", "repository": { diff --git a/src/module.json b/src/module.json index f25921d..cd4c47f 100644 --- a/src/module.json +++ b/src/module.json @@ -3,7 +3,7 @@ "title": "Risk Dice Modifier", "description": "An implementation of risk rolls as found for example in the Splittermond game system", "author": "Johannes Loher", - "version": "0.1.0", + "version": "0.1.1", "minimumCoreVersion": "0.7.9", "compatibleCoreVersion": "0.7.9", "esmodules": [ @@ -11,6 +11,6 @@ ], "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.1.0/download?job=build", + "download": "https://git.f3l.de/ghost/risk-dice-modifier/-/jobs/artifacts/0.1.1/download?job=build", "license": "MIT" }