From 51618abab8d10c974ce6b0f830347b5504219f9b Mon Sep 17 00:00:00 2001 From: Stas Tserkovny Date: Fri, 25 Dec 2020 11:48:50 -0700 Subject: [PATCH] 0.7.3 version changes --- package-lock.json | 2 +- package.json | 2 +- system.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbad66e1..15017769 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "burningwheel", - "version": "0.7.2", + "version": "0.7.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dc92b9a3..c9fc5560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "burningwheel", - "version": "0.7.2", + "version": "0.7.3", "description": "Foundry VTT Implementation for The Burning Wheel", "main": "index.js", "scripts": { diff --git a/system.json b/system.json index 23d245ce..76b8d8fb 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": "0.7.2", + "version": "0.7.3", "templateVersion": 19, "author": "Stas Tserkovny", "esmodules": [ @@ -24,5 +24,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/0.7.2/release0.7.2.zip" + "download": "https://github.com/StasTserk/foundry-burningwheel/releases/download/0.7.3/release0.7.3.zip" } \ No newline at end of file