From 90f93dfb89e9f20341d06d123ff4010ff2eb3700 Mon Sep 17 00:00:00 2001 From: brendan Date: Tue, 1 Aug 2023 22:31:43 +0800 Subject: [PATCH] build: version bump 0.3.3 --- 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 27a7c10..a9bcfe2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "bbawj-semantic-search", "name": "Semantic Search", - "version": "0.3.2", + "version": "0.3.3", "minAppVersion": "1.0.0", "description": "Semantic search for files using OpenAI's text embeddings", "author": "bbawj", diff --git a/package.json b/package.json index 5e41ae3..d22a0a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-semantic-search", "description": "Semantic search for files using GPT Embeddings", - "version": "0.3.2", + "version": "0.3.3", "main": "main.js", "scripts": { "watch": "cargo watch -- yarn run dev", diff --git a/versions.json b/versions.json index d433eea..d3e1f50 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "0.2.2": "1.0.0", "0.3.0": "1.0.0", "0.3.1": "1.0.0", - "0.3.2": "1.0.0" + "0.3.2": "1.0.0", + "0.3.3": "1.0.0" }