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" }