From 7cf6ed85726bf769e0d881aa6307ab9895715746 Mon Sep 17 00:00:00 2001 From: Carlo Zottmann Date: Tue, 2 May 2023 20:11:22 +0200 Subject: [PATCH] [REL] Releases version 1.2.1 --- CHANGES.md | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 216d251..c338eb3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -# 1.2.0 - 2023-05-02 +# 1.2.1 - 2023-05-02 - [CHG] Changes button into menu item for Obsidian 1.2+ (#5) diff --git a/manifest.json b/manifest.json index fbd767e..03f55c2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-copy-search-url", "name": "Copy Search URL", - "version": "1.2.0", + "version": "1.2.1", "minAppVersion": "1.2.0", "description": "Adds a button to the search view for copying the Obsidian search URL.", "author": "Carlo Zottmann", diff --git a/package.json b/package.json index 812d06f..53d0d74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-copy-search-url", - "version": "1.2.0", + "version": "1.2.1", "description": "This plugin for Obsidian (https://obsidian.md) adds a menu entry to its search view for copying the Obsidian search URL.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index ef2d5fd..aa691d0 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.3": "0.15.0", "1.0.4": "0.15.0", "1.1.0": "0.15.0", - "1.2.0": "1.2.0" + "1.2.0": "1.2.0", + "1.2.1": "1.2.0" }