diff --git a/manifest.json b/manifest.json index 75a0c2e..2d8c8b0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-seeker", "name": "Smart Seeker", - "version": "0.1.12", + "version": "0.1.13", "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 f009a0e..bd221ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smart-seeker", - "version": "0.1.12", + "version": "0.1.13", "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 83512ac..45d7bda 100644 --- a/versions.json +++ b/versions.json @@ -30,5 +30,6 @@ "0.1.9": "0.15.0", "0.1.10": "0.15.0", "0.1.11": "0.15.0", - "0.1.12": "0.15.0" + "0.1.12": "0.15.0", + "0.1.13": "0.15.0" } \ No newline at end of file