From b1ec2a2c54796fb3b2f8f9b3be189e1852846113 Mon Sep 17 00:00:00 2001 From: Lex Lim Date: Thu, 8 Aug 2024 01:12:33 +0800 Subject: [PATCH] Update version.json --- version.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.json b/version.json index 3828f44..a63b1c3 100644 --- a/version.json +++ b/version.json @@ -1,10 +1,10 @@ { "repo": "hyperzlib/DG-Lab-Coyote-Streaming-Widget", - "version": "0.4.0", - "description": "1. 增加更新检测功能\n2. GameAPI增加application/x-www-form-urlencoded支持", + "version": "0.4.1", + "description": "1. 修复一键开火超过上限时出现问题", "releaseFile": { "windows": "coyote-streaming-widget-windows-amd64-dist.zip", "linux": "coyote-streaming-widget-nodejs-server.zip", "mac": "coyote-streaming-widget-nodejs-server.zip" } -} \ No newline at end of file +}