We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e025d9 commit 2bb5949Copy full SHA for 2bb5949
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "chatgpt-md",
3
- "version": "3.0.2-beta",
+ "version": "3.0.3-beta",
4
"description": "A seamless integration of openAIs GPT LLMs and Ollama into Obsidian.",
5
"main": "main.js",
6
"type": "module",
versions.json
@@ -65,5 +65,6 @@
65
"2.13.3-beta": "0.15.0",
66
"3.0.0": "0.15.0",
67
"3.0.1": "0.15.0",
68
- "3.0.2-beta": "0.15.0"
+ "3.0.2-beta": "0.15.0",
69
+ "3.0.3-beta": "0.15.0"
70
}
0 commit comments