From 07d60e1695e9becbd70198efc5b784ef6c89b8ac Mon Sep 17 00:00:00 2001 From: rizerphe <44440399+rizerphe@users.noreply.github.com> Date: Tue, 28 May 2024 21:02:29 +0300 Subject: [PATCH] v1.8.0 --- manifest.json | 5 ++--- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 5067826..5160d43 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,11 @@ { "id": "companion", "name": "Companion", - "version": "1.7.0", + "version": "1.8.0", "minAppVersion": "1.1.16", "description": "Autocomplete with AI, including ChatGPT and ollama, through a copilot-like interface.", "author": "rizerphe", "authorUrl": "https://github.com/rizerphe", "fundingUrl": "https://www.buymeacoffee.com/rizerphe", "isDesktopOnly": false -} - +} \ No newline at end of file diff --git a/package.json b/package.json index fe56ace..4cbdf73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-companion", - "version": "1.7.0", + "version": "1.8.0", "description": "Autocomplete with AI, including ChatGPT, through a copilot-like interface.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 1ee835a..bd95280 100644 --- a/versions.json +++ b/versions.json @@ -21,5 +21,6 @@ "1.6.1": "1.1.16", "1.6.2": "1.1.16", "1.6.3": "1.1.16", - "1.7.0": "1.1.16" + "1.7.0": "1.1.16", + "1.8.0": "1.1.16" } \ No newline at end of file