Skip to content

Commit c998344

Browse files
committed
Version change to 1.60
1 parent dce670d commit c998344

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FalconBMS Alternative Launcher Cs/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
<Image x:Name="LOGO433" Visibility="Hidden" HorizontalAlignment="Left" VerticalAlignment="Top" Height="64" Source="Resources/LOGO433.png" Stretch="Uniform" Margin="0,0,-350,0"/>
536536
<Image x:Name="LOGO434" Visibility="Hidden" HorizontalAlignment="Left" VerticalAlignment="Top" Height="64" Source="Resources/LOGO434.png" Stretch="Uniform" Margin="0,0,-350,0"/>
537537
<Image x:Name="LOGO435" Visibility="Hidden" HorizontalAlignment="Left" VerticalAlignment="Top" Height="64" Source="Resources/LOGO435.png" Stretch="Uniform" Margin="0,0,-350,0"/>
538-
<Label Content="FalconBMS Alternative Launcher v1.50" HorizontalContentAlignment="Right" HorizontalAlignment="Right" VerticalAlignment="Bottom" FontWeight="Bold" Margin="0,0,10,0"/>
538+
<Label Content="FalconBMS Alternative Launcher v1.60" HorizontalContentAlignment="Right" HorizontalAlignment="Right" VerticalAlignment="Bottom" FontWeight="Bold" Margin="0,0,10,0"/>
539539

540540
<Button x:Name="Button_Apply_YAME64" Visibility="Hidden" Content="Apply" HorizontalAlignment="Right" Margin="0,31,10,0" VerticalAlignment="top" Width="128" Style="{StaticResource AccentedSquareButtonStyle}" Controls:ControlsHelper.ContentCharacterCasing="Normal" Click="Apply_YAME64"/>
541541

FalconBMS Alternative Launcher Cs/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
5252
// 既定値にすることができます:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.5.1.0")]
55-
[assembly: AssemblyFileVersion("1.5.1.0")]
54+
[assembly: AssemblyVersion("1.6.0.0")]
55+
[assembly: AssemblyFileVersion("1.6.0.0")]

0 commit comments

Comments
 (0)