mirror of
https://github.com/shoedler/crossbow.git
synced 2026-07-22 07:40:26 +00:00
Bumps version
This commit is contained in:
parent
8850eedd03
commit
86237d917c
3 changed files with 6 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"id": "crossbow",
|
||||
"name": "Crossbow",
|
||||
"version": "1.3.0",
|
||||
"minAppVersion": "1.1.1",
|
||||
"version": "1.4.0",
|
||||
"minAppVersion": "1.4.11",
|
||||
"description": "Find possible backlinks in your notes.",
|
||||
"author": "shoedler",
|
||||
"authorUrl": "https://github.com/shoedler",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "crossbow",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"description": "Obsidian plugin to find possible backlinks in your notes (https://obsidian.md)",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
@ -26,4 +26,4 @@
|
|||
"tslib": "2.4.0",
|
||||
"typescript": "4.7.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -4,5 +4,6 @@
|
|||
"1.1.1": "1.1.1",
|
||||
"1.2.0": "1.1.1",
|
||||
"1.2.1": "1.1.1",
|
||||
"1.3.0": "1.1.1"
|
||||
"1.3.0": "1.1.1",
|
||||
"1.4.0": "1.4.11"
|
||||
}
|
||||
Loading…
Reference in a new issue