We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a781a commit 5959417Copy full SHA for 5959417
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "chatgpt-md",
3
- "version": "2.13.0-beta",
+ "version": "2.13.1-beta",
4
"description": "A seamless integration of openAIs GPT LLMs and Ollama into Obsidian.",
5
"main": "main.js",
6
"type": "module",
versions.json
@@ -59,5 +59,6 @@
59
"2.10.0": "0.15.0",
60
"2.11.0-beta": "0.15.0",
61
"2.12.0-beta": "0.15.0",
62
- "2.13.0-beta": "0.15.0"
+ "2.13.0-beta": "0.15.0",
63
+ "2.13.1-beta": "0.15.0"
64
}
0 commit comments