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",