From 6eb353cf5e06ae51dc9800a3949997ebd2db8d54 Mon Sep 17 00:00:00 2001 From: Stas Tserkovny Date: Sun, 1 Dec 2024 20:01:50 -0700 Subject: [PATCH] Bump version to 1.5.5 --- 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 aaf9548b..09428d4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "burningwheel", - "version": "1.5.4", + "version": "1.5.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "burningwheel", - "version": "1.5.4", + "version": "1.5.5", "license": "ISC", "dependencies": { "select2": "^4.0.13" diff --git a/package.json b/package.json index e1371cab..dc4ae177 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "burningwheel", - "version": "1.5.4", + "version": "1.5.5", "description": "Foundry VTT Implementation for The Burning Wheel", "main": "index.js", "scripts": { diff --git a/system.json b/system.json index 6cfc0e7b..690d14f1 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.4", + "version": "1.5.5", "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.4/release1.5.4.zip" + "download": "https://github.com/StasTserk/foundry-burningwheel/releases/download/1.5.5/release1.5.5.zip" }