From 6ee5d6483985c5d36b858725ccfe702806f0055e Mon Sep 17 00:00:00 2001 From: Eoin H Date: Sun, 7 Jun 2026 09:45:48 +0100 Subject: [PATCH] 1.5.10 --- 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 734859e..b4cd102 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "inboxer", "name": "Inboxer", - "version": "1.5.9", + "version": "1.5.10", "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 8a72135..764394c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inboxer", - "version": "1.5.9", + "version": "1.5.10", "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 a7088d8..01e05f3 100644 --- a/versions.json +++ b/versions.json @@ -24,5 +24,6 @@ "1.5.6": "0.15.0", "1.5.7": "0.15.0", "1.5.8": "0.15.0", - "1.5.9": "0.15.0" + "1.5.9": "0.15.0", + "1.5.10": "0.15.0" } \ No newline at end of file