From 884f4684080a5eb258afaa676f8d136f8a80c16e Mon Sep 17 00:00:00 2001 From: Lukas Bach Date: Thu, 6 Apr 2023 23:43:03 +0200 Subject: [PATCH] chore(release): 1.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 05b4ff7..4b15567 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "code-files", "name": "Code Files", - "version": "1.0.3", + "version": "1.0.4", "minAppVersion": "0.15.0", "description": "Edit Code Files in Obsidian with VSCode's powerful Monaco Editor", "author": "Lukas Bach", diff --git a/package.json b/package.json index 3a174f3..92072a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-code-files-plugin", - "version": "1.0.3", + "version": "1.0.4", "main": "main.js", "scripts": { "build": "obsidian-plugin build src/main.ts", diff --git a/versions.json b/versions.json index 1da423a..1d7eb49 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "0.15.0", "1.0.1": "0.15.0", "1.0.2": "0.15.0", - "1.0.3": "0.15.0" + "1.0.3": "0.15.0", + "1.0.4": "0.15.0" } \ No newline at end of file