From 8f24d1e567f784986ed6f901c117da3c2a33582a Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Wed, 26 Oct 2022 13:32:25 +0100 Subject: [PATCH] Update to version 1.16.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 0f5f5e0a48..211c3654c8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "1.15.1", + "version": "1.16.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 734e64354a..b1228ea706 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "1.15.1", + "version": "1.16.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2387a4f9e6..e66a7841c2 100644 --- a/versions.json +++ b/versions.json @@ -42,5 +42,6 @@ "1.13.1": "0.14.6", "1.14.0": "0.14.6", "1.15.0": "0.14.6", - "1.15.1": "0.14.6" + "1.15.1": "0.14.6", + "1.16.0": "0.14.6" }