From 86237d917ccfc0b48ba064aeede54ccda686aa01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sch=C3=B6dler?= Date: Tue, 7 Nov 2023 13:47:55 +0100 Subject: [PATCH] Bumps version --- manifest.json | 4 ++-- package.json | 4 ++-- versions.json | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 8b884f8..41c5b1e 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 17d625a..74c6901 100644 --- a/package.json +++ b/package.json @@ -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" } -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index c441d29..263e23f 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file