diff --git a/manifest.json b/manifest.json index e100c73..309693a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-seeker", "name": "Smart Seeker", - "version": "0.0.8", + "version": "0.0.9", "minAppVersion": "0.15.0", "description": "Demonstrates some of the capabilities of the Obsidian API.", "author": "Obsidian", diff --git a/package.json b/package.json index e0decc5..e9315b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smart-seeker", - "version": "0.0.8", + "version": "0.0.9", "description": "An Obsidian plugin that enables fast and intelligent note search using RAG (Retrieval Augmented Generation) with Pinecone vector database and OpenAI", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index ace1584..b588f6a 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "0.0.5": "0.15.0", "0.0.6": "0.15.0", "0.0.7": "0.15.0", - "0.0.8": "0.15.0" + "0.0.8": "0.15.0", + "0.0.9": "0.15.0" } \ No newline at end of file