Skip to content

Commit

Permalink
Bump version to 2.0.3 (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniz Okcu committed Mar 2, 2025
1 parent 86ac6ef commit 7d0841d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
18 changes: 9 additions & 9 deletions manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "chatgpt-md",
"name": "ChatGPT MD",
"version": "2.0.2",
"minAppVersion": "0.15.0",
"description": "A seamless integration of openAIs GPT LLMs and Ollama into Obsidian.",
"author": "Deniz Okcu (created by Bram Adams)",
"authorUrl": "https://www.bramadams.dev",
"fundingUrl": "https://www.bramadams.dev/#/portal/",
"isDesktopOnly": false
"id": "chatgpt-md",
"name": "ChatGPT MD",
"version": "2.0.3",
"minAppVersion": "0.15.0",
"description": "A seamless integration of openAIs GPT LLMs and Ollama into Obsidian.",
"author": "Deniz Okcu (created by Bram Adams)",
"authorUrl": "https://www.bramadams.dev",
"fundingUrl": "https://www.bramadams.dev/#/portal/",
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgpt-md",
"version": "2.0.2",
"version": "2.0.3",
"description": "A seamless integration of openAIs GPT LLMs and Ollama into Obsidian.",
"main": "main.js",
"scripts": {
Expand Down
37 changes: 19 additions & 18 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.1.0": "0.15.0",
"1.1.1": "0.15.0",
"1.2.0": "0.15.0",
"1.2.1": "0.15.0",
"1.3.0": "0.15.0",
"1.4.0": "0.15.0",
"1.4.1": "0.15.0",
"1.4.2": "0.15.0",
"1.4.3": "0.15.0",
"1.5.0": "0.15.0",
"1.6.0": "0.15.0",
"1.7.0": "0.15.0",
"2.0.0": "0.15.0",
"2.0.1": "0.15.0",
"2.0.2": "0.15.0"
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.1.0": "0.15.0",
"1.1.1": "0.15.0",
"1.2.0": "0.15.0",
"1.2.1": "0.15.0",
"1.3.0": "0.15.0",
"1.4.0": "0.15.0",
"1.4.1": "0.15.0",
"1.4.2": "0.15.0",
"1.4.3": "0.15.0",
"1.5.0": "0.15.0",
"1.6.0": "0.15.0",
"1.7.0": "0.15.0",
"2.0.0": "0.15.0",
"2.0.1": "0.15.0",
"2.0.2": "0.15.0",
"2.0.3": "0.15.0"
}

0 comments on commit 7d0841d

Please sign in to comment.