From 6c50cf9a5959a77a4398eeda71261e7c5ba5a0f3 Mon Sep 17 00:00:00 2001 From: Miaoywww <375629202@qq.com> Date: Wed, 31 Aug 2022 18:25:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NcmPlayer/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NcmPlayer/AppConfig.cs b/NcmPlayer/AppConfig.cs index bc79ef7..ca2c795 100644 --- a/NcmPlayer/AppConfig.cs +++ b/NcmPlayer/AppConfig.cs @@ -4,7 +4,7 @@ namespace NcmPlayer { public static class AppConfig { - public static string AppVersion = "0.1.5"; + public static string AppVersion = "0.5.5"; public static string RegPath = @"HKEY_CURRENT_USER\SOFTWARE\Miaoywww\NcmPlayer\";