diff --git a/package-lock.json b/package-lock.json index 23a1e0e7..bb5a6437 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "burningwheel", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "burningwheel", - "version": "1.5.0", + "version": "1.5.1", "license": "ISC", "dependencies": { "select2": "^4.0.13" diff --git a/package.json b/package.json index c96e2766..de87f5c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "burningwheel", - "version": "1.5.0", + "version": "1.5.1", "description": "Foundry VTT Implementation for The Burning Wheel", "main": "index.js", "scripts": { diff --git a/system.json b/system.json index f3b58b89..1298b18b 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.0", + "version": "1.5.1", "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.0/release1.5.0.zip" + "download": "https://github.com/StasTserk/foundry-burningwheel/releases/download/1.5.1/release1.5.1.zip" }