From 986ed8aced71f7f4f1f063f03d67a628a7eadcea Mon Sep 17 00:00:00 2001 From: Murphy Date: Tue, 30 Jul 2024 14:43:07 +0200 Subject: [PATCH] 2.6.0 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index e2bde3d..fcb5405 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "wikipedia-search", "name": "Wikipedia Search", - "version": "2.5.1", + "version": "2.6.0", "minAppVersion": "0.15.0", "description": "Search, link and open Wikipedia/Wiki articles, all within the app!", "author": "StrangeGirlMurph", @@ -11,4 +11,4 @@ "GitHub Sponsor": "https://github.com/sponsors/StrangeGirlMurph" }, "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 0357d14..d32a5d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wikipedia-search", - "version": "2.5.1", + "version": "2.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wikipedia-search", - "version": "2.5.1", + "version": "2.6.0", "license": "SEE LICENSE", "dependencies": { "@popperjs/core": "^2.11.8" diff --git a/package.json b/package.json index bea50c9..9359790 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wikipedia-search", - "version": "2.5.1", + "version": "2.6.0", "description": "An Obsidian plugin to search, link and open Wikipedia articles, all within the app!", "main": "src/main.js", "type": "module", diff --git a/versions.json b/versions.json index ead68a2..eec7b48 100644 --- a/versions.json +++ b/versions.json @@ -34,5 +34,6 @@ "2.4.3": "0.15.0", "2.4.4": "0.15.0", "2.5.0": "0.15.0", - "2.5.1": "0.15.0" + "2.5.1": "0.15.0", + "2.6.0": "0.15.0" } \ No newline at end of file