diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fe371455..9938f1d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.7](https://github.com/xdy/twodsix-foundryvtt/compare/v0.3.6...v0.3.7) (2020-08-20) + + +### Bug Fixes + +* Make info visible, with an oh so very perfect layout. :) ([0b58761](https://github.com/xdy/twodsix-foundryvtt/commit/0b58761bd7462e75cf934c857ad986e9611047a9)) + ## [0.3.6](https://github.com/xdy/twodsix-foundryvtt/compare/v0.3.5...v0.3.6) (2020-08-20) diff --git a/package-lock.json b/package-lock.json index 6770b50a6..1eed5778e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "twodsix", - "version": "0.3.6", + "version": "0.3.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b46ee7b96..a3809af6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "twodsix", - "version": "0.3.6", + "version": "0.3.7", "description": "A 2d6 system", "scripts": { "build": "webpack --mode production", diff --git a/static/system.json b/static/system.json index 12b836d8a..c29c49814 100644 --- a/static/system.json +++ b/static/system.json @@ -5,7 +5,7 @@ "url": "https://github.com/xdy/twodsix-foundryvtt/", "manifest": "https://github.com/xdy/twodsix-foundryvtt/releases/latest/download/system.json", "download": "https://github.com/xdy/twodsix-foundryvtt/releases/latest/download/twodsix.zip", - "version": "0.3.6", + "version": "0.3.7", "author": "Jonas Karlsson (xdy#3735), Kevin Maree (Ultra Kev#9816), Rob (RobCubed #9180)", "bugs": "", "changelog": "",