Skip to content

Commit

Permalink
Update version numbers in manifest and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
anpigon committed May 23, 2024
1 parent 4759796 commit 72ecdc3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "max-chatbot",
"name": "MAX",
"version": "0.0.2",
"version": "0.0.3",
"minAppVersion": "1.5.0",
"description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, OpenAI, Mistral AI, and more for Obsidian.",
"author": "anpigon",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "max-chatbot",
"version": "0.0.2",
"version": "0.0.3",
"description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, OpenAI, Mistral AI, and more for Obsidian.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"0.0.2": "1.5.0"
"0.0.2": "1.5.0",
"0.0.3": "1.5.0"
}

0 comments on commit 72ecdc3

Please sign in to comment.