From 8764a81c60a8cb5ba0dbb6d597eb1ebf1722e4ba Mon Sep 17 00:00:00 2001 From: Reorx Date: Sat, 28 Jan 2023 00:11:46 +0800 Subject: [PATCH] bump version 1.5.2 --- 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 2ffe56a..eb410cf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-paste-image-rename", "name": "Paste image rename", - "version": "1.5.1", + "version": "1.5.2", "minAppVersion": "0.12.0", "description": "Rename pasted images and all the other attchments added to the vault", "author": "Reorx", diff --git a/package.json b/package.json index 1ace396..22f3720 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-paste-image-rename", - "version": "1.5.1", + "version": "1.5.2", "main": "main.js", "scripts": { "start": "node esbuild.config.mjs", diff --git a/versions.json b/versions.json index a6a7595..c827f08 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "1.3.1": "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