From e051eeccf6592886244393457e3c36a5b892b4cd Mon Sep 17 00:00:00 2001 From: Martin Schenck Date: Mon, 26 Apr 2021 18:29:52 +0200 Subject: [PATCH] Update to version 0.6.1 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index e1be08a3ad..4663620fb9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "0.6.0", + "version": "0.6.1", "minAppVersion": "12.0.0", "description": "Task management for Obsidian", "author": "Martin Schenck", diff --git a/package.json b/package.json index 69d778877f..76408936de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "0.6.0", + "version": "0.6.1", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 8745539083..ae99dad332 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "0.4.0": "12.0.0", "0.5.0": "12.0.0", "0.5.1": "12.0.0", - "0.6.0": "12.0.0" + "0.6.0": "12.0.0", + "0.6.1": "12.0.0" }