From fe195ef56d54623a9169fcf3ff76e060db234272 Mon Sep 17 00:00:00 2001 From: Stas Tserkovny Date: Fri, 11 Dec 2020 13:18:16 -0700 Subject: [PATCH] 0.7.1 Version Update --- 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 dad51740..2a32c8bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "burningwheel", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ad64e958..7f3b024e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "burningwheel", - "version": "0.7.0", + "version": "0.7.1", "description": "Foundry VTT Implementation for The Burning Wheel", "main": "index.js", "scripts": { diff --git a/system.json b/system.json index ba636e05..dd09d15a 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.0", + "version": "0.7.1", "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.0/release0.7.0.zip" + "download": "https://github.com/StasTserk/foundry-burningwheel/releases/download/0.7.1/release0.7.1.zip" } \ No newline at end of file