From 7ab250edea2dd9c5779cbfebfe54a543b46f8a21 Mon Sep 17 00:00:00 2001 From: Murphy Date: Sat, 8 Jun 2024 17:41:08 +0200 Subject: [PATCH] 2.5.0 --- 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 42ec00e..540031f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "wikipedia-search", "name": "Wikipedia Search", - "version": "2.4.4", + "version": "2.5.0", "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 4500e5f..28f718c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wikipedia-search", - "version": "2.4.4", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wikipedia-search", - "version": "2.4.4", + "version": "2.5.0", "license": "SEE LICENSE", "dependencies": { "@popperjs/core": "^2.11.8" diff --git a/package.json b/package.json index 36db825..0f4e9c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wikipedia-search", - "version": "2.4.4", + "version": "2.5.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 2c290c9..9bf059c 100644 --- a/versions.json +++ b/versions.json @@ -32,5 +32,6 @@ "2.4.1": "0.15.0", "2.4.2": "0.15.0", "2.4.3": "0.15.0", - "2.4.4": "0.15.0" -} + "2.4.4": "0.15.0", + "2.5.0": "0.15.0" +} \ No newline at end of file