From 0e2ebcffb42e9d2145375a419160119620c039fb Mon Sep 17 00:00:00 2001 From: Murphy Date: Mon, 27 Nov 2023 13:35:32 +0100 Subject: [PATCH] 2.3.2 --- 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 2fa1af6..c839314 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "wikipedia-search", "name": "Wikipedia Search", - "version": "2.3.1", + "version": "2.3.2", "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 6f28adc..148024e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wikipedia-search", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wikipedia-search", - "version": "2.3.1", + "version": "2.3.2", "license": "SEE LICENSE", "dependencies": { "@popperjs/core": "^2.11.8" diff --git a/package.json b/package.json index 16e3067..3a7abec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wikipedia-search", - "version": "2.3.1", + "version": "2.3.2", "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 512dcaa..75e98c2 100644 --- a/versions.json +++ b/versions.json @@ -25,5 +25,6 @@ "2.2.0": "0.15.0", "2.2.1": "0.15.0", "2.3.0": "0.15.0", - "2.3.1": "0.15.0" + "2.3.1": "0.15.0", + "2.3.2": "0.15.0" } \ No newline at end of file