From e482342342450c3cf7538dbca557cf6954e945ea Mon Sep 17 00:00:00 2001 From: Murphy Date: Sat, 2 Dec 2023 14:24:08 +0100 Subject: [PATCH] 2.3.3 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index c839314..6961ddc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "wikipedia-search", "name": "Wikipedia Search", - "version": "2.3.2", + "version": "2.3.3", "minAppVersion": "0.15.0", "description": "Search, link and open Wikipedia articles, all within the app!", "author": "StrangeGirlMurph", diff --git a/package-lock.json b/package-lock.json index 148024e..b3b94c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wikipedia-search", - "version": "2.3.2", + "version": "2.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wikipedia-search", - "version": "2.3.2", + "version": "2.3.3", "license": "SEE LICENSE", "dependencies": { "@popperjs/core": "^2.11.8" diff --git a/package.json b/package.json index 3a7abec..8335e4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wikipedia-search", - "version": "2.3.2", + "version": "2.3.3", "description": "An Obsidian plugin to search, link and open Wikipedia articles, all within the app!", "main": "src/main.js", "scripts": { diff --git a/versions.json b/versions.json index 75e98c2..bfea65a 100644 --- a/versions.json +++ b/versions.json @@ -26,5 +26,6 @@ "2.2.1": "0.15.0", "2.3.0": "0.15.0", "2.3.1": "0.15.0", - "2.3.2": "0.15.0" + "2.3.2": "0.15.0", + "2.3.3": "0.15.0" } \ No newline at end of file