Bumps version

This commit is contained in:
Simon Schödler 2023-11-07 13:47:55 +01:00
parent 8850eedd03
commit 86237d917c
3 changed files with 6 additions and 5 deletions

View file

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

View file

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

View file

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