[+] Version 0.6

This commit is contained in:
huiyadanli
2019-11-03 17:11:05 +08:00
parent 703fbbdbb3
commit c5e28d5094
2 changed files with 3 additions and 3 deletions

View File

@@ -231,7 +231,7 @@ namespace RevokeMsgPatcher
if (Convert.ToDecimal(bag.LatestVersion) > Convert.ToDecimal(thisVersion))
{
needUpdate = true;
lblUpdatePachJson.Text = $"[ 请到软件主页下载最新版本 {bag.LatestVersion} ]";
lblUpdatePachJson.Text = $"[ 存在最新版本 {bag.LatestVersion} ]";
}
else
{