Skip to content

Commit c6de71d

Browse files
committed
Bump version to 3.0.1
1 parent 3c60204 commit c6de71d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "chatgpt-md",
33
"name": "ChatGPT MD",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"minAppVersion": "0.15.0",
66
"description": "A seamless integration of ChatGPT, OpenRouter.ai and local LLMs via Ollama into Obsidian.",
77
"author": "Deniz Okcu (created by Bram Adams)",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chatgpt-md",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A seamless integration of openAIs GPT LLMs and Ollama into Obsidian.",
55
"main": "main.js",
66
"type": "module",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@
6363
"2.13.1-beta": "0.15.0",
6464
"2.13.2-beta": "0.15.0",
6565
"2.13.3-beta": "0.15.0",
66-
"3.0.0": "0.15.0"
66+
"3.0.0": "0.15.0",
67+
"3.0.1": "0.15.0"
6768
}

0 commit comments

Comments
 (0)