From 68fc6076cbf53936297807f892f32f6cf1ff7416 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Tue, 18 Jun 2024 21:18:10 -0500 Subject: [PATCH] Release 2.4.3. --- 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 62a6ab4..b5e5cf4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-local-rest-api", "name": "Local REST API", - "version": "2.4.2", + "version": "2.4.3", "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 a632271..c4bfe0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-local-rest-api", - "version": "2.4.2", + "version": "2.4.3", "description": "Get, change or otherwise interact with your notes in Obsidian via a REST API.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3e0d1c2..fe0c2b5 100644 --- a/versions.json +++ b/versions.json @@ -40,5 +40,6 @@ "2.2.1": "0.12.0", "2.2.2": "0.12.0", "2.3.0": "0.12.0", - "2.4.2": "0.12.0" + "2.4.2": "0.12.0", + "2.4.3": "0.12.0" } \ No newline at end of file