diff --git a/CHANGELOG.md b/CHANGELOG.md index b40f180..68608d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.0 + +- Updated manifest version.... + # v1.1.0 - You may now select a list of modules to keep active. diff --git a/module.json b/module.json index 4cdb475..c1ee2ca 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.0.0", + "version": "1.2.0", "minimumCoreVersion": "0.6.0", "compatibleCoreVersion": "1.0.0", "author": "Moerill",