From 73b66c31940123faab25fe1207d3194a7aac5428 Mon Sep 17 00:00:00 2001 From: akrigline Date: Sat, 26 Jun 2021 10:32:37 -0400 Subject: [PATCH] version bump v0.16.2 --- package.json | 2 +- src/module.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 86a21da..1284d04 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundryvtt-compactBeyond5eSheet", - "version": "0.16.1", + "version": "0.16.2", "description": "A compact character sheet with similar layout to dndbeyond's.", "scripts": { "publish": "gulp publish", diff --git a/src/module.json b/src/module.json index cd80306..c313ce2 100644 --- a/src/module.json +++ b/src/module.json @@ -4,7 +4,7 @@ "title": "Compact DnDBeyond 5e Character Sheet", "description": "A compact 5e character sheet with similar layout and functionality to dndbeyond's.", "systems": ["dnd5e"], - "version": "0.16.1", + "version": "0.16.2", "author": "Andrew Krigline (akrigline)", "authors": [ { @@ -65,7 +65,7 @@ "minimumSystemVersion": "1.2.1", "bugs": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/issues", "changelog": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/releases", - "download": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/releases/download/v0.16.1/module.zip", + "download": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/releases/download/v0.16.2/module.zip", "manifest": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/releases/latest/download/module.json", "readme": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/README.md", "url": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet",