Skip to content

Commit

Permalink
fix(package): bump version from 0.6.2 to 0.6.3 in manifest, package.j…
Browse files Browse the repository at this point in the history
…son and versions.json files
  • Loading branch information
anpigon committed Jun 4, 2024
1 parent c6c71cf commit 2f1b2bd
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": "max-chatbot",
"name": "MAX",
"version": "0.6.2",
"version": "0.6.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.6.2",
"version": "0.6.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
Expand Up @@ -16,5 +16,6 @@
"0.5.0": "1.5.0",
"0.6.0": "1.5.0",
"0.6.1": "1.5.0",
"0.6.2": "1.5.0"
"0.6.2": "1.5.0",
"0.6.3": "1.5.0"
}

0 comments on commit 2f1b2bd

Please sign in to comment.