From 2c9756c4128f9d50593cee7137703400cd93a2b0 Mon Sep 17 00:00:00 2001 From: akrigline Date: Fri, 5 Feb 2021 19:04:52 -0500 Subject: [PATCH] version bump v0.7.2 --- package.json | 2 +- src/module.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3b4adb7..1be9ee9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundryvtt-5eOGLCharacterSheet", - "version": "0.7.1", + "version": "0.7.2", "description": "A Character Sheet for D&D 5e that resembles the OGL 5e Sheet", "scripts": { "publish": "gulp publish", diff --git a/src/module.json b/src/module.json index b0c6b49..108cebf 100644 --- a/src/module.json +++ b/src/module.json @@ -3,7 +3,7 @@ "title": "D&D 5e OGL Character Sheet", "description": "A character sheet resembling a classic Pencil and Paper or Roll20 sheet.", "systems": ["dnd5e"], - "version": "0.7.1", + "version": "0.7.2", "author": "Andrew Krigline (akrigline)", "authors": [ { @@ -59,7 +59,7 @@ "minimumSystemVersion": "1.2.1", "bugs": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/issues", "changelog": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/releases", - "download": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/releases/download/v0.7.1/module.zip", + "download": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/releases/download/v0.7.2/module.zip", "manifest": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/releases/latest/download/module.json", "readme": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/master/README.md", "url": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet"