From 1998b7270e3a91fbe59cb9b92bcbf40e7c784614 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Mon, 24 Jul 2023 14:54:59 +0800 Subject: [PATCH] docs: update client.json --- website/static/downloads/client.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/website/static/downloads/client.json b/website/static/downloads/client.json index 3a988810..6c179750 100644 --- a/website/static/downloads/client.json +++ b/website/static/downloads/client.json @@ -4,11 +4,17 @@ "url": "https://tailchat-app.msgbyte.com/app-release.apk" }, "windows": { - "version": "0.0.2", - "url": "https://github.com/msgbyte/tailchat/releases/download/v1.8.4/Tailchat-0.0.2-win.zip", - "history": [{ - "version": "0.0.1", - "url": "https://github.com/msgbyte/tailchat/releases/download/v1.8.2/Tailchat-0.0.1-win.zip" - }] + "version": "0.0.3", + "url": "https://github.com/msgbyte/tailchat/releases/download/v1.8.6/Tailchat-0.0.3-win.zip", + "history": [ + { + "version": "0.0.2", + "url": "https://github.com/msgbyte/tailchat/releases/download/v1.8.4/Tailchat-0.0.2-win.zip" + }, + { + "version": "0.0.1", + "url": "https://github.com/msgbyte/tailchat/releases/download/v1.8.2/Tailchat-0.0.1-win.zip" + } + ] } }