From cbfbf9bcfae0b0544a1891cac5151adb91a686ed Mon Sep 17 00:00:00 2001 From: Ledaryy Date: Thu, 15 Sep 2022 21:19:43 +0100 Subject: [PATCH] updated version and manifest --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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" }