From fadf7cddea505248348fd3e9cb6fc4ed7f05decc Mon Sep 17 00:00:00 2001 From: anpigon Date: Fri, 29 Nov 2024 23:00:05 +0900 Subject: [PATCH] chore: bump version to 0.1.10 --- manifest.json | 2 +- package.json | 4 ++-- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 2c097fb..4faed00 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-seeker", "name": "Smart Seeker", - "version": "0.1.9", + "version": "0.1.10", "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 307cf22..8157087 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smart-seeker", - "version": "0.1.9", + "version": "0.1.10", "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": { @@ -59,4 +59,4 @@ "react-dom": "^18.3.1", "uuid": "^11.0.3" } -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index 2bef614..18ae81d 100644 --- a/versions.json +++ b/versions.json @@ -27,5 +27,6 @@ "0.1.6": "0.15.0", "0.1.7": "0.15.0", "0.1.8": "0.15.0", - "0.1.9": "0.15.0" + "0.1.9": "0.15.0", + "0.1.10": "0.15.0" } \ No newline at end of file