diff --git a/manifest-beta.json b/manifest-beta.json index d599c55..495a58b 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.5.0-beta3", + "version": "1.5.0", "minAppVersion": "0.15.6", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index d599c55..495a58b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.5.0-beta3", + "version": "1.5.0", "minAppVersion": "0.15.6", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 5363094..4b0c7bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.5.0-beta3", + "version": "1.5.0", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 72c25d4..3ad3a79 100644 --- a/versions.json +++ b/versions.json @@ -36,5 +36,6 @@ "1.4.3": "0.14.2", "1.5.0-beta1": "0.15.6", "1.5.0-beta2": "0.15.6", - "1.5.0-beta3": "0.15.6" + "1.5.0-beta3": "0.15.6", + "1.5.0": "0.15.6" } \ No newline at end of file