From 9ffc924746903fef5fdc1f24ffcc5791b08b8e63 Mon Sep 17 00:00:00 2001 From: akrigline Date: Thu, 10 Dec 2020 20:27:12 -0500 Subject: [PATCH] version bump v0.6.0 --- package.json | 2 +- src/module.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8cacb44..3cf1b18 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundryvtt-5eOGLCharacterSheet", - "version": "0.5.8", + "version": "0.6.0", "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 e70fa64..fbc2cd9 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.5.8", + "version": "0.6.0", "author": "Andrew Krigline (akrigline)", "authors": [ { @@ -51,7 +51,7 @@ "minimumSystemVersion": 0.99, "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.5.8/module.zip", + "download": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/releases/download/v0.6.0/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"