Skip to content

Commit

Permalink
版本号更新为3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bobowire committed Jun 29, 2020
1 parent 06a9447 commit fe71c43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/P2PSocket.Client/Models/AppCenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private AppCenter()
/// <summary>
/// 软件版本
/// </summary>
public const string SoftVerSion = "3.0.2";
public const string SoftVerSion = "3.0.3";
/// <summary>
/// 运行目录
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/P2PSocket.Server/Models/AppCenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private AppCenter()
/// <summary>
/// 软件版本
/// </summary>
public string SoftVerSion { get; } = "3.0.2";
public string SoftVerSion { get; } = "3.0.3";
/// <summary>
/// 通讯协议版本
/// </summary>
Expand Down
4 changes: 2 additions & 2 deletions src/P2PSocket.StartUp-Wpf/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mc:Ignorable="d"
AllowsTransparency="True"
Background="Transparent"
Title="P2PClient v3.0.2" Height="300" Width="350" WindowStartupLocation="CenterScreen" ResizeMode="NoResize" WindowStyle="None">
Title="P2PClient v3.0.3" Height="300" Width="350" WindowStartupLocation="CenterScreen" ResizeMode="NoResize" WindowStyle="None">
<WindowChrome.WindowChrome>
<WindowChrome GlassFrameThickness="1" UseAeroCaptionButtons="False" NonClientFrameEdges="None" CornerRadius="0" CaptionHeight="25" />
</WindowChrome.WindowChrome>
Expand All @@ -22,7 +22,7 @@
<SolidColorBrush Color="Gray"/>
</Grid.Background>
<Grid Margin="10 5">
<TextBlock Text="P2PSocket客户端 v3.0.2"></TextBlock>
<TextBlock Text="P2PSocket客户端 v3.0.3"></TextBlock>
</Grid>
</Grid>
<Grid Grid.Row="1" Margin="0 3" Background="#FF303030">
Expand Down

0 comments on commit fe71c43

Please sign in to comment.