From effb2bb65d4d7b47c50a7ab4ec0158aa25861519 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sat, 7 Jan 2023 16:28:36 -0800 Subject: [PATCH] Release 1.5.2 - Fixes bug preventing downloading of binary files. (Fixes #48) --- 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 9e5211b..096045c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-local-rest-api", "name": "Local REST API", - "version": "1.5.1", + "version": "1.5.2", "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 d9375c5..9929ee6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-local-rest-api", - "version": "1.5.1", + "version": "1.5.2", "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 a70725f..5c07902 100644 --- a/versions.json +++ b/versions.json @@ -24,5 +24,6 @@ "1.3.9": "0.12.0", "1.4.0": "0.12.0", "1.5.0": "0.12.0", - "1.5.1": "0.12.0" + "1.5.1": "0.12.0", + "1.5.2": "0.12.0" } \ No newline at end of file