From 87fe962fe30dd3a9c7040f95d6b168d88f463c43 Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 23 May 2021 00:56:30 +0000 Subject: [PATCH] release version 1.0.0 --- package.json | 2 +- src/module.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 934d00f..40a62d6 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.1", + "version": "1.0.0", "license": "MIT", "homepage": "https://git.f3l.de/ghost/risk-dice-modifier", "repository": { diff --git a/src/module.json b/src/module.json index 797ebe7..fe774e2 100644 --- a/src/module.json +++ b/src/module.json @@ -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" }