release version 0.1.1

This commit is contained in:
Johannes Loher 2021-02-07 23:15:33 +00:00
parent e44ceca705
commit b1760a35d2
3 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "risk-dice-modifier",
"version": "0.1.0",
"version": "0.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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.0",
"version": "0.1.1",
"license": "MIT",
"homepage": "https://git.f3l.de/ghost/risk-dice-modifier",
"repository": {

View file

@ -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"
}