From dbac03fbad74e8454b3c2d8294709a7938107269 Mon Sep 17 00:00:00 2001 From: "woodpecker[bot]" Date: Mon, 10 Jul 2023 00:20:23 +0000 Subject: [PATCH] chore(release): 1.3.4 --- module.json | 30 +++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/module.json b/module.json index 489a682..394a08b 100644 --- a/module.json +++ b/module.json @@ -11,23 +11,35 @@ } ], "url": "https://git.f3l.de/dungeonslayers/tickwerk", - "license": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.3.3/LICENSE.md", - "readme": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.3.3/README.md", + "license": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.3.4/LICENSE.md", + "readme": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.3.4/README.md", "bugs": "https://git.f3l.de/dungeonslayers/tickwerk/issues", - "changelog": "https://git.f3l.de/dungeonslayers/tickwerk/releases/tag/1.3.3", - "version": "1.3.3", + "changelog": "https://git.f3l.de/dungeonslayers/tickwerk/releases/tag/1.3.4", + "version": "1.3.4", "flags": { "hotReload": { - "extensions": ["css", "hbs", "json"], - "paths": ["templates", "css", "lang"] + "extensions": [ + "css", + "hbs", + "json" + ], + "paths": [ + "templates", + "css", + "lang" + ] } }, "compatibility": { "minimum": "10.290", "verified": "10" }, - "esmodules": ["tickwerk.js"], - "styles": ["styles/tickwerk.css"], + "esmodules": [ + "tickwerk.js" + ], + "styles": [ + "styles/tickwerk.css" + ], "languages": [ { "lang": "en", @@ -41,6 +53,6 @@ } ], "manifest": "https://git.f3l.de/api/packages/dungeonslayers/generic/tickwerk/latest/module.json", - "download": "https://git.f3l.de/dungeonslayers/tickwerk/releases/download/1.3.3/tickwerk.zip", + "download": "https://git.f3l.de/dungeonslayers/tickwerk/releases/download/1.3.4/tickwerk.zip", "manifestPlusVersion": "1.2.0" } diff --git a/package.json b/package.json index ea9cfd8..75d51b8 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.3.3", + "version": "1.3.4", "license": "https://git.f3l.de/dungeonslayers/tickwerk#licensing", "homepage": "https://git.f3l.de/dungeonslayers/tickwerk", "repository": {