Skip to content

Commit

Permalink
2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FINDarkside committed May 18, 2019
1 parent f600067 commit eb8d5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion The Long Dark Save Editor 2/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace The_Long_Dark_Save_Editor_2
public partial class MainWindow : Window, INotifyPropertyChanged
{
public static MainWindow Instance { get; set; }
public static VersionData Version { get { return new VersionData() { version = "2.14" }; } }
public static VersionData Version { get { return new VersionData() { version = "2.14.1" }; } }

private GameSave currentSave;
public GameSave CurrentSave { get { return currentSave; } set { SetPropertyField(ref currentSave, value); } }
Expand Down

0 comments on commit eb8d5eb

Please sign in to comment.