diff --git a/manifest.json b/manifest.json index 84aa90e..2afae74 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-checklist-plugin", "name": "Checklist", - "version": "2.2.4", + "version": "2.2.5", "minAppVersion": "0.14.5", "description": "Combines checklists across pages into users sidebar", "author": "delashum", diff --git a/package.json b/package.json index 6291847..b085aa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-checklist-plugin", - "version": "2.2.4", + "version": "2.2.5", "description": "A plugin for Obsidian.md which consoldiates todo items into a single view.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 487a998..d406270 100644 --- a/versions.json +++ b/versions.json @@ -29,5 +29,6 @@ "2.2.1": "0.14.5", "2.2.2": "0.14.5", "2.2.3": "0.14.5", - "2.2.4": "0.14.5" + "2.2.4": "0.14.5", + "2.2.5": "0.14.5" } \ No newline at end of file