diff --git a/manifest.json b/manifest.json index 27a7c10..a9bcfe2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "bbawj-semantic-search", "name": "Semantic Search", - "version": "0.3.2", + "version": "0.3.3", "minAppVersion": "1.0.0", "description": "Semantic search for files using OpenAI's text embeddings", "author": "bbawj", diff --git a/package.json b/package.json index 5e41ae3..d22a0a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-semantic-search", "description": "Semantic search for files using GPT Embeddings", - "version": "0.3.2", + "version": "0.3.3", "main": "main.js", "scripts": { "watch": "cargo watch -- yarn run dev", diff --git a/versions.json b/versions.json index d433eea..d3e1f50 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "0.2.2": "1.0.0", "0.3.0": "1.0.0", "0.3.1": "1.0.0", - "0.3.2": "1.0.0" + "0.3.2": "1.0.0", + "0.3.3": "1.0.0" }