diff --git a/src/LegendaryLibrarySettingsView.xaml.cs b/src/LegendaryLibrarySettingsView.xaml.cs index 77d0e72..7346489 100644 --- a/src/LegendaryLibrarySettingsView.xaml.cs +++ b/src/LegendaryLibrarySettingsView.xaml.cs @@ -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")) { diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 6cfacee..b78c545 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -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.*")] \ No newline at end of file +[assembly: AssemblyVersion("1.4.0.*")] \ No newline at end of file