From b993d108dfd8bee1be9279e49ca54aefd33bf680 Mon Sep 17 00:00:00 2001 From: Eoin H Date: Wed, 16 Apr 2025 11:37:02 +0100 Subject: [PATCH] 1.4.4 --- 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 54998cc..3597291 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "inboxer", "name": "Inboxer", - "version": "1.4.3", + "version": "1.4.4", "minAppVersion": "0.15.0", "description": "Adds commands to quickly add entries to INBOX and TIMELINE sections", "author": "Eoin Hurrell", diff --git a/package.json b/package.json index b98e687..53d3a34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inboxer", - "version": "1.4.3", + "version": "1.4.4", "description": "An Obsidian plugin to add entries to INBOX and TIMELINE sections", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index bd5cd2a..5e39f29 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "1.4.0": "0.15.0", "1.4.1": "0.15.0", "1.4.2": "0.15.0", - "1.4.3": "0.15.0" + "1.4.3": "0.15.0", + "1.4.4": "0.15.0" } \ No newline at end of file