From 216a4b404c78cdeb11fc0deb1c1f37ede8cc2414 Mon Sep 17 00:00:00 2001 From: Valerie Burzynski Date: Sun, 7 Jan 2024 14:32:14 -0600 Subject: [PATCH] chore: prepare release 1.0.4 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 6320e1c..32ecc72 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "task-status", "name": "Task Status", - "version": "1.0.3", + "version": "1.0.4", "minAppVersion": "0.15.0", "description": "Quickly select and apply custom task status markers", "author": "Valerie Burzynski", diff --git a/package-lock.json b/package-lock.json index eb5b2df..a05b2ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-task-status", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-task-status", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "devDependencies": { "@types/node": "^20.10.4", diff --git a/package.json b/package.json index 2bb19b0..fd6fe5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-task-status", - "version": "1.0.3", + "version": "1.0.4", "description": "Quickly change any task status in your Obsidian notes", "main": "main.js", "scripts": {