Skip to content

Commit

Permalink
build: 6.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Feb 19, 2022
1 parent bbfaa5b commit 46a5476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/XIVLauncher/Windows/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ private void FakeStart_OnClick(object sender, RoutedEventArgs e)
},
State = Launcher.LoginState.Ok,
UniqueId = "0"
}, true, false);
}, true, false, false);
}

private void LoginPassword_OnPasswordChanged(object sender, RoutedEventArgs e)
Expand Down
2 changes: 1 addition & 1 deletion src/XIVLauncher/XIVLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Product>XIVLauncher</Product>
<AssemblyTitle>XIVLauncher</AssemblyTitle>
<Description>Custom launcher for FFXIV.</Description>
<VersionPrefix>6.1.21</VersionPrefix>
<VersionPrefix>6.1.22</VersionPrefix>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 46a5476

Please sign in to comment.