diff --git a/manifest-beta.json b/manifest-beta.json index bb92a77..459da49 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.20.2", + "version": "1.20.3", "minAppVersion": "1.3.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index f0cb8bc..d7a690b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.20.2", + "version": "1.20.3", "minAppVersion": "1.3.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index e831e88..0bf093f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.20.2", + "version": "1.20.3", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index d89a1a3..b4398fa 100644 --- a/versions.json +++ b/versions.json @@ -125,5 +125,6 @@ "1.20.0-beta.1": "1.3.0", "1.20.0": "1.3.0", "1.20.1": "1.3.0", - "1.20.2": "1.3.0" + "1.20.2": "1.3.0", + "1.20.3": "1.3.0" } \ No newline at end of file