Skip to content

Commit d5cf48b

Browse files
committed
Bump version to 3.0.0
1 parent abe8a79 commit d5cf48b

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": "2.12.0-beta",
4+
"version": "3.0.0",
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": "2.13.3-beta",
3+
"version": "3.0.0",
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
@@ -62,5 +62,6 @@
6262
"2.13.0-beta": "0.15.0",
6363
"2.13.1-beta": "0.15.0",
6464
"2.13.2-beta": "0.15.0",
65-
"2.13.3-beta": "0.15.0"
65+
"2.13.3-beta": "0.15.0",
66+
"3.0.0": "0.15.0"
6667
}

0 commit comments

Comments
 (0)