From 04c2796d311d84bbfd75ac56751b0b25c981f2b9 Mon Sep 17 00:00:00 2001 From: rizerphe <44440399+rizerphe@users.noreply.github.com> Date: Fri, 10 Nov 2023 07:59:09 +0200 Subject: [PATCH] v1.6.2 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index a84a41b..83a3b8a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "companion", "name": "Companion", - "version": "1.6.1", + "version": "1.6.2", "minAppVersion": "1.1.16", "description": "Autocomplete with AI, including ChatGPT, through a copilot-like interface.", "author": "rizerphe", diff --git a/package.json b/package.json index 26a5381..d91f078 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-companion", - "version": "1.6.1", + "version": "1.6.2", "description": "Autocomplete with AI, including ChatGPT, through a copilot-like interface.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d686811..3b37416 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "1.4.0": "1.1.16", "1.5.0": "1.1.16", "1.6.0": "1.1.16", - "1.6.1": "1.1.16" + "1.6.1": "1.1.16", + "1.6.2": "1.1.16" } \ No newline at end of file