From 154ac21906b41c058ea1d8d878004656470e0c80 Mon Sep 17 00:00:00 2001 From: Valerie Burzynski Date: Mon, 18 Mar 2024 17:40:33 -0500 Subject: [PATCH] chore: bump versions --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 0379def..b5defed 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "task-status", "name": "Task Status", - "version": "1.1.0", + "version": "1.2.0", "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 ab6fd72..9a0e3b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-task-status", - "version": "1.1.0", + "version": "1.2.0", "description": "Quickly change any task status in your Obsidian notes", "main": "main.js", "scripts": {