From 6414ee51da1bb2e933e28ff9e33b940c7b1b3bf4 Mon Sep 17 00:00:00 2001 From: anpigon Date: Tue, 26 Nov 2024 23:19:56 +0900 Subject: [PATCH] feat(package.json, manifest.json, versions.json): bump version to 0.1.5 --- 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 d77a967..788aade 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-seeker", "name": "Smart Seeker", - "version": "0.1.4", + "version": "0.1.5", "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 bd2a0d3..0ff101e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smart-seeker", - "version": "0.1.4", + "version": "0.1.5", "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 2f6a62a..162370b 100644 --- a/versions.json +++ b/versions.json @@ -22,5 +22,6 @@ "0.1.1": "0.15.0", "0.1.2": "0.15.0", "0.1.3": "0.15.0", - "0.1.4": "0.15.0" + "0.1.4": "0.15.0", + "0.1.5": "0.15.0" } \ No newline at end of file