From d676868981393fb69804e5f994a1eaa979ae1b46 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 18 May 2022 23:09:22 +0000 Subject: [PATCH] chore(release): 1.1.0 --- module.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/module.json b/module.json index 0a29b97..4bb1c3a 100644 --- a/module.json +++ b/module.json @@ -11,11 +11,11 @@ } ], "url": "https://git.f3l.de/dungeonslayers/tickwerk", - "license": "https://git.f3l.de/dungeonslayers/tickwerk/-/raw/1.0.0/LICENSE.md", - "readme": "https://git.f3l.de/dungeonslayers/tickwerk/-/raw/1.0.0/README.md", + "license": "https://git.f3l.de/dungeonslayers/tickwerk/-/raw/1.1.0/LICENSE.md", + "readme": "https://git.f3l.de/dungeonslayers/tickwerk/-/raw/1.1.0/README.md", "bugs": "https://git.f3l.de/dungeonslayers/tickwerk/-/issues", - "changelog": "https://git.f3l.de/dungeonslayers/tickwerk/-/releases/1.0.0", - "version": "1.0.0", + "changelog": "https://git.f3l.de/dungeonslayers/tickwerk/-/releases/1.1.0", + "version": "1.1.0", "minimumCoreVersion": "9", "compatibleCoreVersion": "9", "esmodules": ["tickwerk.js"], @@ -33,6 +33,6 @@ } ], "manifest": "https://git.f3l.de/api/v4/projects/dungeonslayers%2Ftickwerk/packages/generic/tickwerk/latest/module.json", - "download": "https://git.f3l.de/dungeonslayers/tickwerk/-/releases/1.0.0/downloads/module.zip", + "download": "https://git.f3l.de/dungeonslayers/tickwerk/-/releases/1.1.0/downloads/module.zip", "manifestPlusVersion": "1.2.0" } diff --git a/package.json b/package.json index ed63958..339c7f3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "tickwerk", "description": "A tick based combat system for Foundry Virtual Tabletop", - "version": "1.0.0", + "version": "1.1.0", "license": "https://git.f3l.de/dungeonslayers/tickwerk#licensing", "homepage": "https://git.f3l.de/dungeonslayers/tickwerk", "repository": {