Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Jan 22, 2024
1 parent 28349be commit 33018b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LegendaryLibrarySettingsView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ private async void ActivateUbisoftBtn_Click(object sender, RoutedEventArgs e)
if (activatedTitlesMatch.Length >= 1)
{
successDisplayed = true;
playniteAPI.Dialogs.ShowMessage(ResourceProvider.GetString(LOC.LegendaryAllActivatedUbisoft).Format("Ubisoft");
playniteAPI.Dialogs.ShowMessage(ResourceProvider.GetString(LOC.LegendaryAllActivatedUbisoft).Format("Ubisoft"));
}
if (stdErr.Text.Contains("Redeemed all"))
{
Expand Down
2 changes: 1 addition & 1 deletion src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.1.*")]
[assembly: AssemblyVersion("1.4.0.*")]

0 comments on commit 33018b6

Please sign in to comment.