From 363bf2ccceeaf2f0e497df7a1d90b325b6f63123 Mon Sep 17 00:00:00 2001 From: croire <1432593898@qq.com> Date: Mon, 4 Apr 2022 16:51:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E5=88=B01.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DownKyi/Models/AppInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DownKyi/Models/AppInfo.cs b/DownKyi/Models/AppInfo.cs index c4bdb26..f1af0d7 100644 --- a/DownKyi/Models/AppInfo.cs +++ b/DownKyi/Models/AppInfo.cs @@ -3,12 +3,12 @@ public class AppInfo { public string Name { get; } = "哔哩下载姬"; - public int VersionCode { get; } = 506; + public int VersionCode { get; } = 507; #if DEBUG - public string VersionName { get; } = "1.5.0-alpha7 Debug"; + public string VersionName { get; } = "1.5.0 Debug"; #else - public string VersionName { get; } = "1.5.0-alpha7"; + public string VersionName { get; } = "1.5.0"; #endif }