diff --git a/manifest-beta.json b/manifest-beta.json index 16a5561..2779e4f 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.7.4", + "version": "1.7.5", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index fea5b80..f265218 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.7.4", + "version": "1.7.5", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 09c6d27..bff55ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.7.4", + "version": "1.7.5", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 83d6cd3..9ef6bf9 100644 --- a/versions.json +++ b/versions.json @@ -62,5 +62,6 @@ "1.7.1": "1.0.0", "1.7.2": "1.0.0", "1.7.3": "1.0.0", - "1.7.4": "1.0.0" + "1.7.4": "1.0.0", + "1.7.5": "1.0.0" } \ No newline at end of file