🚀 Bump version

This commit is contained in:
Philipp Stracker 2025-04-13 20:19:05 +02:00
parent 17a47d332a
commit b76453002a
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "mention-things",
"name": "Mention Things",
"version": "1.0.0",
"version": "1.0.2",
"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.0",
"version": "1.0.2",
"description": "Define a list of prefixes to trigger an autocomplete suggestion to insert a link",
"main": "main.js",
"scripts": {

View file

@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
"1.0.0": "0.15.0",
"1.0.2": "0.15.0"
}