Version Bump

This commit is contained in:
Simon Schödler 2023-04-11 16:54:48 +02:00
parent be93770ca1
commit b07deff029
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "crossbow",
"name": "Crossbow",
"version": "1.1.0",
"version": "1.1.1",
"minAppVersion": "1.1.1",
"description": "Find possible backlinks in your notes.",
"author": "shoedler",

View file

@ -1,6 +1,6 @@
{
"name": "crossbow",
"version": "1.1.0",
"version": "1.1.1",
"description": "Obsidian plugin to find possible backlinks in your notes (https://obsidian.md)",
"main": "main.js",
"scripts": {

View file

@ -1,4 +1,5 @@
{
"1.0.0": "0.15.0",
"1.1.0": "1.1.1"
"1.1.0": "1.1.1",
"1.1.1": "1.1.1"
}