From b87654b822b14f45f1c245d80589f1d3e61ab068 Mon Sep 17 00:00:00 2001 From: Andrew <66430340+aandrew-me@users.noreply.github.com> Date: Tue, 21 Nov 2023 18:23:38 +0300 Subject: [PATCH] Update remote version --- tgpt.json | 6 +++--- version.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tgpt.json b/tgpt.json index 6c79466..e198653 100644 --- a/tgpt.json +++ b/tgpt.json @@ -1,14 +1,14 @@ { "homepage": "https://github.com/aandrew-me/tgpt", - "version": "2.1.1", + "version": "2.2.0", "description": "ChatGPT in terminal without needing API keys", "license": "GPL-3", "architecture": { "64bit": { - "url": "https://github.com/aandrew-me/tgpt/releases/download/v2.1.1/tgpt-amd64.exe" + "url": "https://github.com/aandrew-me/tgpt/releases/download/v2.2.0/tgpt-amd64.exe" }, "32bit": { - "url": "https://github.com/aandrew-me/tgpt/releases/download/v2.1.1/tgpt-i386.exe" + "url": "https://github.com/aandrew-me/tgpt/releases/download/v2.2.0/tgpt-i386.exe" } }, diff --git a/version.txt b/version.txt index 7cc2ccf..0786b5d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -{"version":"2.1.1"} \ No newline at end of file +{"version":"2.2.0"} \ No newline at end of file