From 355025c99992b64f2320f789f399b8eb8e7a8a86 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Sat, 8 Apr 2023 19:44:34 +0100 Subject: [PATCH] Update to version 3.1.0 --- 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 ad2a3d366a..b1949fa56d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "3.0.0", + "version": "3.1.0", "minAppVersion": "0.14.6", "description": "Task management for Obsidian", "author": "Martin Schenck and Clare Macrae", diff --git a/package.json b/package.json index fd24b27f98..e6ccc633dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "3.0.0", + "version": "3.1.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index c30fd15abe..ccdf754a73 100644 --- a/versions.json +++ b/versions.json @@ -56,5 +56,6 @@ "1.25.0": "0.14.6", "2.0.0": "0.14.6", "2.0.1": "0.14.6", - "3.0.0": "0.14.6" + "3.0.0": "0.14.6", + "3.1.0": "0.14.6" }