diff --git a/manifest-beta.json b/manifest-beta.json index 578d348..565efd6 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.20.0-beta.1", + "version": "1.20.0", "minAppVersion": "1.3.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index f0eff63..7c17001 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.20.0-beta.1", + "version": "1.20.0", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 52a6b43..1f6b672 100644 --- a/versions.json +++ b/versions.json @@ -122,5 +122,6 @@ "1.18.1": "1.3.0", "1.19.0-beta.1": "1.3.0", "1.19.0": "1.3.0", - "1.20.0-beta.1": "1.3.0" + "1.20.0-beta.1": "1.3.0", + "1.20.0": "1.3.0" } \ No newline at end of file