diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c1cfab..0d53111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.3 + +- fixed all manifest failures now.. hopefully! + # v1.3.2 - reverted the "fail" save from 1.3.0, since it resulted in even more bugs, ooopsie. diff --git a/module.json b/module.json index 85c969d..157151c 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "find-the-culprit", "title": "Find the culprit", "description": "This module helps you to find a module causing issues, by automating the process of deactivating and reactivating modules.
Just click the 'Find the culprit' button inside Module Management.", - "version": "1.3.2", + "version": "1.3.3", "minimumCoreVersion": "0.6.0", "compatibleCoreVersion": "1.0.0", "author": "Moerill", @@ -10,7 +10,7 @@ "styles": ["css/find-the-culprit.css"], "manifest": "https://raw.githubusercontent.com/Moerill/fvtt-find-the-culprit/master/module.json", "url": "https://github.com/Moerill/fvtt-find-the-culprit", - "download": "https://github.com/Moerill/fvtt-find-the-culprit/releases/download/v1.3.2/v1.3.2.zip", + "download": "https://github.com/Moerill/fvtt-find-the-culprit/releases/download/v1.3.3/v1.3.3.zip", "media": [ { "type": "icon",