From 61d4b96021091590b3d8ab6d0516cededeb526ee Mon Sep 17 00:00:00 2001 From: Ledaryy Date: Fri, 4 Nov 2022 18:09:58 +0000 Subject: [PATCH] new version release --- manifest.json | 4 ++-- versions.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 9f5be86..82af12d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "todoist-completed-tasks-plugin", "name": "Todoist completed tasks", - "version": "1.2.0", + "version": "1.3.0", "minAppVersion": "0.15.0", "description": "Fetches completed tasks from todoist API and adds them to the Obsidian note.", - "author": "Andrew 'Ledary' Kulishov", + "author": "Andrey Kulishov", "authorUrl": "https://github.com/Ledaryy", "isDesktopOnly": false } diff --git a/versions.json b/versions.json index 03b6847..1d6077a 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.1.0": "0.15.0", "1.1.1": "0.15.0", "1.1.2": "0.15.0", - "1.2.0": "0.15.0" + "1.2.0": "0.15.0", + "1.3.0": "0.15.0" }