From 2b8c7ddd86feafd6e0178ebe0a01cdc8f22e41f6 Mon Sep 17 00:00:00 2001 From: Stas Tserkovny Date: Sun, 20 Oct 2024 15:47:04 -0600 Subject: [PATCH] Update version to 1.5.4 --- package-lock.json | 4 ++-- package.json | 2 +- system.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 089ccdaa..aaf9548b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "burningwheel", - "version": "1.5.3", + "version": "1.5.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "burningwheel", - "version": "1.5.3", + "version": "1.5.4", "license": "ISC", "dependencies": { "select2": "^4.0.13" diff --git a/package.json b/package.json index b93c14aa..e1371cab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "burningwheel", - "version": "1.5.3", + "version": "1.5.4", "description": "Foundry VTT Implementation for The Burning Wheel", "main": "index.js", "scripts": { diff --git a/system.json b/system.json index f6b7dcbc..6cfc0e7b 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "burningwheel", "title": "The Burning Wheel", "description": "Community Foundry implementation of The Burning Wheel", - "version": "1.5.3", + "version": "1.5.4", "authors": [ { "name": "Stas Tserkovny", @@ -29,5 +29,5 @@ "grid": { "distance": 10, "units": "ft" }, "url": "https://github.com/StasTserk/foundry-burningwheel", "manifest": "https://raw.githubusercontent.com/StasTserk/foundry-burningwheel/master/system.json", - "download": "https://github.com/StasTserk/foundry-burningwheel/releases/download/1.5.3/release1.5.3.zip" + "download": "https://github.com/StasTserk/foundry-burningwheel/releases/download/1.5.4/release1.5.4.zip" }