From b07deff029b2fdd7334238a3ac3d4ab72fa1b334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sch=C3=B6dler?= Date: Tue, 11 Apr 2023 16:54:48 +0200 Subject: [PATCH] Version Bump --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 26d2789..2f3aada 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index b1dc78a..56ae48e 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index ccaf872..6503d05 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file