From 0e3dbdc5889cafed9146dcbfc06959d9498c2487 Mon Sep 17 00:00:00 2001 From: eoureo Date: Sat, 15 Jul 2023 15:07:39 +0900 Subject: [PATCH] v0.5.3 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index fa6dc5b..8009e86 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "runjs", "name": "RunJS", - "version": "0.5.2", + "version": "0.5.3", "minAppVersion": "0.15.0", "description": "Run easily JavaScript codes for managing Obsidian and its notes.", "author": "eoureo", diff --git a/package-lock.json b/package-lock.json index 5ebfafb..dadd631 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "runjs", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "runjs", - "version": "0.5.2", + "version": "0.5.3", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index b5dbbdc..0552a0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "runjs", - "version": "0.5.2", + "version": "0.5.3", "description": "Run easily JavaScript codes for managing Obsidian and its notes.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 707ca06..ad82957 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "0.4.0": "0.15.0", "0.5.0": "0.15.0", "0.5.1": "0.15.0", - "0.5.2": "0.15.0" + "0.5.2": "0.15.0", + "0.5.3": "0.15.0" } \ No newline at end of file