From d0c16da87c28513c3c91437e064de18500d03851 Mon Sep 17 00:00:00 2001 From: rizerphe <44440399+rizerphe@users.noreply.github.com> Date: Wed, 22 Mar 2023 20:02:13 +0200 Subject: [PATCH] v1.2.1 --- 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 45c452f..4128807 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "companion", "name": "Companion", - "version": "1.2.0", + "version": "1.2.1", "minAppVersion": "1.1.16", "description": "A github copilot-like interface for obsidian that can use ChatGPT under the hood.", "author": "rizerphe", diff --git a/package.json b/package.json index 3763708..da256a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-companion", - "version": "1.2.0", + "version": "1.2.1", "description": "A github copilot-like interface for obsidian that can use ChatGPT under the hood.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 4090923..33edbde 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "0.15.0", "1.0.1": "1.1.16", "1.1.0": "1.1.16", - "1.2.0": "1.1.16" + "1.2.0": "1.1.16", + "1.2.1": "1.1.16" } \ No newline at end of file