From c0e814e53aa02cc8e1d98a6c4eca9785e1d8d921 Mon Sep 17 00:00:00 2001 From: wz <44930227+wenlzhang@users.noreply.github.com> Date: Thu, 16 Nov 2023 20:09:19 +0100 Subject: [PATCH] Update version number --- manifest-beta.json | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 9432223..3d4ac0b 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-marker", "name": "Task Marker", - "version": "0.5.0", + "version": "0.5.1", "minAppVersion": "1.0.0", "description": "Change task statuses with hotkeys and context menu. Complete, cancel and mark tasks, as well as cycle among selected task statuses.", "author": "wenlzhang", diff --git a/manifest.json b/manifest.json index 9432223..3d4ac0b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-task-marker", "name": "Task Marker", - "version": "0.5.0", + "version": "0.5.1", "minAppVersion": "1.0.0", "description": "Change task statuses with hotkeys and context menu. Complete, cancel and mark tasks, as well as cycle among selected task statuses.", "author": "wenlzhang",