From 1b76dd487454e36d3ea03fd7548921f3d8d11986 Mon Sep 17 00:00:00 2001 From: Stas Tserkovny Date: Sat, 5 Aug 2023 20:25:14 -0600 Subject: [PATCH] Bump version to 1.4.2 --- package-lock.json | 4 ++-- package.json | 2 +- system.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 20d1a856..d14b4777 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "burningwheel", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "burningwheel", - "version": "1.4.1", + "version": "1.4.2", "license": "ISC", "dependencies": { "select2": "^4.0.13" diff --git a/package.json b/package.json index dc2878e6..1f08041c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "burningwheel", - "version": "1.4.1", + "version": "1.4.2", "description": "Foundry VTT Implementation for The Burning Wheel", "main": "index.js", "scripts": { diff --git a/system.json b/system.json index 6d4e13ee..efd6c495 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.4.1", + "version": "1.4.2", "templateVersion": 20, "authors": [ { @@ -23,7 +23,7 @@ "packs": [], "compatibility": { "minimum": 11, - "verified": "11.305" + "verified": "11.307" }, "socket": true, "initiative": "1d20", @@ -31,5 +31,5 @@ "gridUnits": "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.4.1/release1.4.1.zip" + "download": "https://github.com/StasTserk/foundry-burningwheel/releases/download/1.4.2/release1.4.2.zip" }