From 6bd571a0cb9e58bdd33f751d4b10629f10e96ac7 Mon Sep 17 00:00:00 2001 From: Reorx Date: Sat, 28 Jan 2023 22:09:19 +0800 Subject: [PATCH] bump 1.6.0 --- 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 eb410cf..5ae9c8b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-paste-image-rename", "name": "Paste image rename", - "version": "1.5.2", + "version": "1.6.0", "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 22f3720..966d65d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-paste-image-rename", - "version": "1.5.2", + "version": "1.6.0", "main": "main.js", "scripts": { "start": "node esbuild.config.mjs", diff --git a/versions.json b/versions.json index c827f08..8928181 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "1.4.0": "0.12.0", "1.5.0": "0.12.0", "1.5.1": "0.12.0", - "1.5.2": "0.12.0" + "1.5.2": "0.12.0", + "1.6.0": "0.12.0" } \ No newline at end of file