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