Skip to content

Commit

Permalink
build: version bump 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bbawj committed Aug 1, 2023
1 parent fe89dae commit 90f93df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 90f93df

Please sign in to comment.