🚀 Bump version

This commit is contained in:
Philipp Stracker 2026-02-25 21:58:38 +01:00
parent c4cafa4b02
commit 8317a778c0
No known key found for this signature in database
3 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"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",

View file

@ -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": {

View file

@ -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"
}