From d08a2c0b69a91919669a85c8f3ae9b92141a9ff4 Mon Sep 17 00:00:00 2001 From: Deniz Okcu Date: Mon, 24 Feb 2025 17:17:30 +0100 Subject: [PATCH] 2.0.2 --- manifest-beta.json | 2 +- package.json | 4 ++-- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 59d6588..3e0cbfc 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "chatgpt-md", "name": "ChatGPT MD", - "version": "2.0.1", + "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)", diff --git a/package.json b/package.json index 7c230f6..5b00af4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chatgpt-md", - "version": "2.0.1", - "description": "A (nearly) seamless integration of ChatGPT into Obsidian.", + "version": "2.0.2", + "description": "A seamless integration of openAIs GPT LLMs and Ollama into Obsidian.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", diff --git a/versions.json b/versions.json index f4dcc87..3f6c77b 100644 --- a/versions.json +++ b/versions.json @@ -15,5 +15,6 @@ "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.1": "0.15.0", + "2.0.2": "0.15.0" }