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