Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Nov 27, 2021
1 parent c55f6c4 commit 512ccab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ColoryrBuild/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace ColoryrBuild
/// </summary>
public partial class App : Application
{
public const string Version = "1.1.0";
public const string Version = "1.2.0";
/// <summary>
/// 运行路径
/// </summary>
Expand Down
4 changes: 2 additions & 2 deletions ColoryrBuild/ColoryrBuild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<UseWPF>true</UseWPF>
<ApplicationIcon>ColoryrWork.ico</ApplicationIcon>
<MinimumPlatformVersion>7.0</MinimumPlatformVersion>
<AssemblyVersion>1.1.0</AssemblyVersion>
<FileVersion>1.1.0</FileVersion>
<AssemblyVersion>1.2.0</AssemblyVersion>
<FileVersion>1.2.0</FileVersion>
<DebugType>embedded</DebugType>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion ColoryrServer/Core/ColoryrServer.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<StartupObject></StartupObject>
<BaseOutputPath>..\..\build_out\Core</BaseOutputPath>
<DebugType>embedded</DebugType>
<AssemblyVersion>1.2.2</AssemblyVersion>
<AssemblyVersion>1.3.1</AssemblyVersion>
<FileVersion>1.2.2</FileVersion>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion ColoryrServer/Core/ServerMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace ColoryrServer
{
public class ServerMain
{
public const string Version = "1.3.0";
public const string Version = "1.3.1";
/// <summary>
/// 配置文件
/// </summary>
Expand Down

0 comments on commit 512ccab

Please sign in to comment.