From 512ccabc756c836bc5f7a1db982c866fa80986da Mon Sep 17 00:00:00 2001 From: Color_yr <402067010@qq.com> Date: Sat, 27 Nov 2021 20:36:00 +0800 Subject: [PATCH] 1.3.1 --- ColoryrBuild/App.xaml.cs | 2 +- ColoryrBuild/ColoryrBuild.csproj | 4 ++-- ColoryrServer/Core/ColoryrServer.Core.csproj | 2 +- ColoryrServer/Core/ServerMain.cs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ColoryrBuild/App.xaml.cs b/ColoryrBuild/App.xaml.cs index 95c8e7d..1132f11 100644 --- a/ColoryrBuild/App.xaml.cs +++ b/ColoryrBuild/App.xaml.cs @@ -17,7 +17,7 @@ namespace ColoryrBuild /// public partial class App : Application { - public const string Version = "1.1.0"; + public const string Version = "1.2.0"; /// /// 运行路径 /// diff --git a/ColoryrBuild/ColoryrBuild.csproj b/ColoryrBuild/ColoryrBuild.csproj index 5b76f17..40a7413 100644 --- a/ColoryrBuild/ColoryrBuild.csproj +++ b/ColoryrBuild/ColoryrBuild.csproj @@ -6,8 +6,8 @@ true ColoryrWork.ico 7.0 - 1.1.0 - 1.1.0 + 1.2.0 + 1.2.0 embedded diff --git a/ColoryrServer/Core/ColoryrServer.Core.csproj b/ColoryrServer/Core/ColoryrServer.Core.csproj index 92d202c..7644186 100644 --- a/ColoryrServer/Core/ColoryrServer.Core.csproj +++ b/ColoryrServer/Core/ColoryrServer.Core.csproj @@ -8,7 +8,7 @@ ..\..\build_out\Core embedded - 1.2.2 + 1.3.1 1.2.2 diff --git a/ColoryrServer/Core/ServerMain.cs b/ColoryrServer/Core/ServerMain.cs index a796d61..9995624 100644 --- a/ColoryrServer/Core/ServerMain.cs +++ b/ColoryrServer/Core/ServerMain.cs @@ -27,7 +27,7 @@ namespace ColoryrServer { public class ServerMain { - public const string Version = "1.3.0"; + public const string Version = "1.3.1"; /// /// 配置文件 ///