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" }