diff --git a/manifest-beta.json b/manifest-beta.json index f59113d..9ccdad7 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,8 +1,8 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.15.0", - "minAppVersion": "1.0.0", + "version": "1.15.1", + "minAppVersion": "1.3.0", "description": "A search engine that just works", "author": "Simon Cambier", "authorUrl": "https://github.com/scambier/obsidian-omnisearch", diff --git a/manifest.json b/manifest.json index b2d112f..a5c5858 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.15.0", - "minAppVersion": "1.0.0", + "version": "1.15.1", + "minAppVersion": "1.3.0", "description": "A search engine that just works", "author": "Simon Cambier", "authorUrl": "https://github.com/scambier/obsidian-omnisearch", diff --git a/package.json b/package.json index 4ea1874..d33a8d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.15.0", + "version": "1.15.1", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index f3cd249..44b3821 100644 --- a/versions.json +++ b/versions.json @@ -112,5 +112,6 @@ "1.14.2": "1.0.0", "1.15.0-beta.1": "1.0.0", "1.15.0-beta.2": "1.0.0", - "1.15.0": "1.0.0" + "1.15.0": "1.0.0", + "1.15.1": "1.3.0" } \ No newline at end of file