diff --git a/manifest-beta.json b/manifest-beta.json index 444c5e7..0a3711a 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.7", + "version": "1.7.1", "minAppVersion": "0.15.6", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index 444c5e7..6b3fade 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.7", + "version": "1.7.1", "minAppVersion": "0.15.6", "description": "A search engine that just works", "author": "Simon Cambier", "authorUrl": "https://github.com/scambier/obsidian-omnisearch", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package.json b/package.json index e492e4e..50dad85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.7", + "version": "1.7.1", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 8291241..400ce51 100644 --- a/versions.json +++ b/versions.json @@ -58,5 +58,6 @@ "1.6.5-beta.6": "0.15.6", "1.6.5-beta.7": "0.15.6", "1.6.5-beta.8": "0.15.6", - "1.7": "0.15.6" + "1.7": "0.15.6", + "1.7.1": "0.15.6" } \ No newline at end of file