diff --git a/manifest.json b/manifest.json index 7b650b3..d3f3e23 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "wikipedia-search", "name": "Wikipedia Search", - "version": "1.6.0", + "version": "1.6.1", "minAppVersion": "0.15.0", "description": "Search for Wikipedia articles and link them.", "author": "StrangeGirlMurph", diff --git a/package-lock.json b/package-lock.json index ffe71fc..eea420a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wikipedia-search", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wikipedia-search", - "version": "1.6.0", + "version": "1.6.1", "license": "SEE LICENSE", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 3054df7..f72d69f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wikipedia-search", - "version": "1.6.0", + "version": "1.6.1", "description": "An Obsidian plugin to search for Wikipedia articles and link them.", "main": "src/main.js", "scripts": { diff --git a/versions.json b/versions.json index df2a2bc..fc324d7 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.3.0": "0.15.0", "1.4.0": "0.15.0", "1.5.0": "0.15.0", - "1.6.0": "0.15.0" + "1.6.0": "0.15.0", + "1.6.1": "0.15.0" } \ No newline at end of file