mirror of
https://github.com/stracker-phil/obsidian-mention-things.git
synced 2026-07-22 05:43:27 +00:00
🚀 Bump version
This commit is contained in:
parent
c4cafa4b02
commit
8317a778c0
3 changed files with 6 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue