From 8317a778c06b0b5643928b6cf339e6dfd29a4215 Mon Sep 17 00:00:00 2001 From: Philipp Stracker Date: Wed, 25 Feb 2026 21:58:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index d0c4fe8..b70cbb0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "mention-things", "name": "Mention Things", - "version": "1.0.2", + "version": "1.1.0", "minAppVersion": "0.15.0", "description": "Define a list of prefixes to trigger an autocomplete suggestion to insert a link.", "author": "Philipp Stracker", "authorUrl": "https://philippstracker.com", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index 6b69a11..3fd2866 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mention-things", - "version": "1.0.2", + "version": "1.1.0", "description": "Define a list of prefixes to trigger an autocomplete suggestion to insert a link", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9b4d06f..46171b8 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.0.2": "0.15.0" -} + "1.0.2": "0.15.0", + "1.1.0": "0.15.0" +} \ No newline at end of file