Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed May 16, 2020
1 parent 41246fc commit e6ccba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SS14.Launcher/SS14.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<!--<PublishTrimmed>true</PublishTrimmed>
<PublishSingleFile>true</PublishSingleFile>-->
<Version>0.3.5</Version>
<Version>0.3.6</Version>
</PropertyGroup>
<ItemGroup>
<Compile Update="**\*.xaml.cs">
Expand Down
4 changes: 1 addition & 3 deletions SS14.Launcher/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Avalonia.Controls;
using Avalonia.VisualTree;
using ReactiveUI;
using SS14.Launcher.Models;
using SS14.Launcher.ViewModels.MainWindowTabs;
Expand All @@ -14,7 +12,7 @@ public class MainWindowViewModel : ViewModelBase
{
private readonly ConfigurationManager _cfg;
private readonly Updater _updater;
private const string CurrentLauncherVersion = "3";
private const string CurrentLauncherVersion = "4";

private int _selectedIndex;

Expand Down

0 comments on commit e6ccba1

Please sign in to comment.