From 28348c1849d048414b8f8f8c233538c3abf6aed0 Mon Sep 17 00:00:00 2001 From: Murphy Date: Sun, 9 Jun 2024 14:12:49 +0200 Subject: [PATCH] 2.5.1 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index dbad7a3..81fc3bb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "wikipedia-search", "name": "Wikipedia Search", - "version": "2.5.0", + "version": "2.5.1", "minAppVersion": "0.15.0", "description": "Search, link and open Wikipedia 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 28f718c..0357d14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wikipedia-search", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wikipedia-search", - "version": "2.5.0", + "version": "2.5.1", "license": "SEE LICENSE", "dependencies": { "@popperjs/core": "^2.11.8" diff --git a/package.json b/package.json index 0f4e9c0..bea50c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wikipedia-search", - "version": "2.5.0", + "version": "2.5.1", "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 e5f01ef..ead68a2 100644 --- a/versions.json +++ b/versions.json @@ -33,5 +33,6 @@ "2.4.2": "0.15.0", "2.4.3": "0.15.0", "2.4.4": "0.15.0", - "2.5.0": "0.15.0" -} + "2.5.0": "0.15.0", + "2.5.1": "0.15.0" +} \ No newline at end of file