From 29ceef9e2341c60cc83af5bbf71a04d4198c0375 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Sun, 2 Apr 2023 20:34:50 +0100 Subject: [PATCH] Update to version 3.0.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 a1b56abf93..ad2a3d366a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "2.0.1", + "version": "3.0.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 4f172a5023..fd24b27f98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "2.0.1", + "version": "3.0.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 70297e0543..c30fd15abe 100644 --- a/versions.json +++ b/versions.json @@ -55,5 +55,6 @@ "1.24.0": "0.14.6", "1.25.0": "0.14.6", "2.0.0": "0.14.6", - "2.0.1": "0.14.6" + "2.0.1": "0.14.6", + "3.0.0": "0.14.6" }