From 2b24c8c5b4281e56a183a18f7b47e564005e220e Mon Sep 17 00:00:00 2001 From: anpigon Date: Wed, 11 Dec 2024 01:04:59 +0900 Subject: [PATCH] chore: bump version to 0.1.22 --- 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 4ff0419..eb5437b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-seeker", "name": "Smart Seeker", - "version": "0.1.21", + "version": "0.1.22", "minAppVersion": "0.15.0", "description": "A smart search plugin for Obsidian that helps you find document contents quickly and efficiently.", "author": "Obsidian", diff --git a/package.json b/package.json index 50bfc9d..1ad5251 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smart-seeker", - "version": "0.1.21", + "version": "0.1.22", "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 543e0f8..8fd7df5 100644 --- a/versions.json +++ b/versions.json @@ -39,5 +39,6 @@ "0.1.18": "0.15.0", "0.1.19": "0.15.0", "0.1.20": "0.15.0", - "0.1.21": "0.15.0" + "0.1.21": "0.15.0", + "0.1.22": "0.15.0" } \ No newline at end of file