From aee4f3efbfa6ccd6008dc113c2aedc1b53eedb16 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 28 Nov 2022 00:08:17 +0000 Subject: [PATCH] chore(release): 1.3.0 --- module.json | 18 +++++++++++------- package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/module.json b/module.json index 52a0da3..6df1572 100644 --- a/module.json +++ b/module.json @@ -11,17 +11,21 @@ } ], "url": "https://git.f3l.de/dungeonslayers/tickwerk", - "license": "https://git.f3l.de/dungeonslayers/tickwerk/-/raw/1.2.1/LICENSE.md", - "readme": "https://git.f3l.de/dungeonslayers/tickwerk/-/raw/1.2.1/README.md", + "license": "https://git.f3l.de/dungeonslayers/tickwerk/-/raw/1.3.0/LICENSE.md", + "readme": "https://git.f3l.de/dungeonslayers/tickwerk/-/raw/1.3.0/README.md", "bugs": "https://git.f3l.de/dungeonslayers/tickwerk/-/issues", - "changelog": "https://git.f3l.de/dungeonslayers/tickwerk/-/releases/1.2.1", - "version": "1.2.1", + "changelog": "https://git.f3l.de/dungeonslayers/tickwerk/-/releases/1.3.0", + "version": "1.3.0", "compatibility": { "minimum": "10.290", "verified": "10" }, - "esmodules": ["tickwerk.js"], - "styles": ["styles/tickwerk.css"], + "esmodules": [ + "tickwerk.js" + ], + "styles": [ + "styles/tickwerk.css" + ], "languages": [ { "lang": "en", @@ -35,6 +39,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.2.1/downloads/module.zip", + "download": "https://git.f3l.de/dungeonslayers/tickwerk/-/releases/1.3.0/downloads/module.zip", "manifestPlusVersion": "1.2.0" } diff --git a/package.json b/package.json index 7f7bb5d..85574b8 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.2.1", + "version": "1.3.0", "license": "https://git.f3l.de/dungeonslayers/tickwerk#licensing", "homepage": "https://git.f3l.de/dungeonslayers/tickwerk", "repository": {