From 89722448a10db1821deb852a74eea32591e85afe Mon Sep 17 00:00:00 2001 From: rizerphe <44440399+rizerphe@users.noreply.github.com> Date: Thu, 4 May 2023 19:44:17 +0300 Subject: [PATCH] v1.3.5 --- 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 84b6531..c3793f9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "companion", "name": "Companion", - "version": "1.3.4", + "version": "1.3.5", "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 efbc3df..d4f6e32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-companion", - "version": "1.3.4", + "version": "1.3.5", "description": "Autocomplete with AI, including ChatGPT, through a copilot-like interface.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 8b3b029..7effe09 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "1.3.1": "1.1.16", "1.3.2": "1.1.16", "1.3.3": "1.1.16", - "1.3.4": "1.1.16" + "1.3.4": "1.1.16", + "1.3.5": "1.1.16" } \ No newline at end of file