From 3793a045eba76968dafb11f06ade0a21447224be Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Tue, 19 Nov 2024 10:38:11 -0600 Subject: [PATCH] Release 3.0.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 ec83fbf..c56c1a4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-local-rest-api", "name": "Local REST API", - "version": "3.0.3", + "version": "3.0.4", "minAppVersion": "0.12.0", "description": "Get, change or otherwise interact with your notes in Obsidian via a REST API.", "author": "Adam Coddington", diff --git a/package.json b/package.json index b919c86..2bd89db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-local-rest-api", - "version": "3.0.3", + "version": "3.0.4", "description": "Get, change or otherwise interact with your notes in Obsidian via a REST API.", "main": "main.js", "types": "main.d.ts", diff --git a/versions.json b/versions.json index b26c810..4169f85 100644 --- a/versions.json +++ b/versions.json @@ -50,5 +50,6 @@ "3.0.0": "0.12.0", "3.0.1": "0.12.0", "3.0.2": "0.12.0", - "3.0.3": "0.12.0" + "3.0.3": "0.12.0", + "3.0.4": "0.12.0" } \ No newline at end of file