diff --git a/manifest.json b/manifest.json index ff00af9..0bfe0d2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "scambier.obsidian-omnisearch", "name": "Omnisearch", - "version": "0.2.4", + "version": "0.2.5", "minAppVersion": "0.14.2", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 22d3273..ad14017 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "0.2.4", + "version": "0.2.5", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index dcad550..de02512 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "0.2.1": "0.14.2", "0.2.2": "0.14.2", "0.2.3": "0.14.2", - "0.2.4": "0.14.2" + "0.2.4": "0.14.2", + "0.2.5": "0.14.2" } \ No newline at end of file