diff --git a/manifest-beta.json b/manifest-beta.json index c8f181a..6f67936 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.14.0-beta.1", + "version": "1.14.0", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index d26e814..b390e55 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.13.0", + "version": "1.14.0", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 87fefa6..b59c13f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.14.0-beta.1", + "version": "1.14.0", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index f3b48c7..199be64 100644 --- a/versions.json +++ b/versions.json @@ -104,5 +104,6 @@ "1.13.0-beta.1": "1.0.0", "1.13.0-beta.2": "1.0.0", "1.13.0": "1.0.0", - "1.14.0-beta.1": "1.0.0" + "1.14.0-beta.1": "1.0.0", + "1.14.0": "1.0.0" } \ No newline at end of file