diff --git a/manifest.json b/manifest.json index 2ce7f62..546496b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "todoist-completed-tasks-plugin", "name": "Todoist completed tasks", - "version": "1.1.0", + "version": "1.1.1", "minAppVersion": "0.15.0", "description": "Fetches completed tasks from todoist API and adds them to the Obsidian note.", "author": "Andrew 'Ledary' Kulishov", diff --git a/versions.json b/versions.json index 5934189..9c7f50d 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.1.0": "0.15.0" + "1.1.0": "0.15.0", + "1.1.1": "0.15.0" }