From 020de36b6bd719c9cee34de90d0df3f491f671cd Mon Sep 17 00:00:00 2001 From: anpigon Date: Sat, 9 Nov 2024 11:46:43 +0900 Subject: [PATCH] feat(package.json, manifest.json, versions.json): bump version to 0.0.6 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 1c9ed03..b0920ec 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-seeker", "name": "Smart Seeker", - "version": "0.0.5", + "version": "0.0.6", "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 949b07f..d13daae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smart-seeker", - "version": "0.0.5", + "version": "0.0.6", "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 49fca3e..87c7774 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "0.0.2": "0.15.0", "0.0.3": "0.15.0", "0.0.4": "0.15.0", - "0.0.5": "0.15.0" + "0.0.5": "0.15.0", + "0.0.6": "0.15.0" } \ No newline at end of file