From 339dbd6c5a48f9c5ef1e9ed442ee21e1040f30ee Mon Sep 17 00:00:00 2001 From: Valerie Burzynski Date: Fri, 25 Oct 2024 23:26:31 -0500 Subject: [PATCH] release: 1.2.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b5defed..aa67aec 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "task-status", "name": "Task Status", - "version": "1.2.0", + "version": "1.2.1", "minAppVersion": "0.15.0", "description": "Quickly select and apply custom task status markers", "author": "Valerie Burzynski", diff --git a/package.json b/package.json index 9a0e3b0..74713cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-task-status", - "version": "1.2.0", + "version": "1.2.1", "description": "Quickly change any task status in your Obsidian notes", "main": "main.js", "scripts": {