diff --git a/manifest.json b/manifest.json index 46fabe6..d901343 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "wikipedia-search", "name": "Wikipedia Search", - "version": "1.6.3", + "version": "1.7.0", "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 e483a76..3cca35d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wikipedia-search", - "version": "1.6.3", + "version": "1.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wikipedia-search", - "version": "1.6.3", + "version": "1.7.0", "license": "SEE LICENSE", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 598b1e0..d1f12d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wikipedia-search", - "version": "1.6.3", + "version": "1.7.0", "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 fb0caaf..78c17f3 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "1.6.0": "0.15.0", "1.6.1": "0.15.0", "1.6.2": "0.15.0", - "1.6.3": "0.15.0" + "1.6.3": "0.15.0", + "1.7.0": "0.15.0" } \ No newline at end of file