From 068c9105502125be7aea8b99cbbc4370a9fa7ad4 Mon Sep 17 00:00:00 2001 From: akrigline Date: Sat, 20 Mar 2021 16:20:51 -0400 Subject: [PATCH] version bump v0.10.0 --- package.json | 2 +- src/module.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e7be0d0..d1159aa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundryvtt-5eOGLCharacterSheet", - "version": "0.9.0", + "version": "0.10.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 d75017a..fe5e93c 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.9.0", + "version": "0.10.0", "author": "Andrew Krigline (akrigline)", "authors": [ { @@ -61,7 +61,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.9.0/module.zip", + "download": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/releases/download/v0.10.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",