From fca0b27079d5d41ad2f65bc00be0746f3f500b61 Mon Sep 17 00:00:00 2001 From: Reorx Date: Mon, 30 Jan 2023 17:07:14 +0800 Subject: [PATCH] bump version 1.6.1 --- 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 5ae9c8b..152d913 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-paste-image-rename", "name": "Paste image rename", - "version": "1.6.0", + "version": "1.6.1", "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 966d65d..c904e4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-paste-image-rename", - "version": "1.6.0", + "version": "1.6.1", "main": "main.js", "scripts": { "start": "node esbuild.config.mjs", diff --git a/versions.json b/versions.json index 8928181..f843727 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "1.5.0": "0.12.0", "1.5.1": "0.12.0", "1.5.2": "0.12.0", - "1.6.0": "0.12.0" + "1.6.0": "0.12.0", + "1.6.1": "0.12.0" } \ No newline at end of file