From 2202f9c49289481678c484d489bbe6f22da1fec5 Mon Sep 17 00:00:00 2001 From: "Joe A. Spandrusyszyn" Date: Mon, 31 Aug 2020 18:04:06 -0400 Subject: [PATCH] Increase version number --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index ee75993..71e1c6c 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "type": "module", "name": "illandril-hotbar-uses", - "version": "1.1.1", + "version": "1.2.0", "title": "Illandril's Hotbar Uses (5e)", "description": "Shows the number of uses left for hotbar items with uses (currently only compatible with the DnD5e system).", "author": "Joe Spandrusyszyn", @@ -14,5 +14,5 @@ "bugs": "https://github.com/illandril/FoundryVTT-hotbar-uses/issues", "changelog": "https://github.com/illandril/FoundryVTT-hotbar-uses/blob/master/CHANGELOG.md", "manifest": "https://github.com/illandril/FoundryVTT-hotbar-uses/releases/latest/download/module.json", - "download": "https://github.com/illandril/FoundryVTT-hotbar-uses/releases/download/v1.1.1/illandril-hotbar-uses.zip" + "download": "https://github.com/illandril/FoundryVTT-hotbar-uses/releases/download/v1.2.0/illandril-hotbar-uses.zip" }