Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
Version 1.8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijabase committed Sep 27, 2021
1 parent 2c0012b commit 4aaa772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Windows/AboutWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public AboutWindow()
g.Background = gridBrush;
}
}
TitleBox.Text = $"SPCode ({Assembly.GetEntryAssembly()?.GetName().Version}-beta1) - {Program.Translations.GetLanguage("SPEditCap")}";
TitleBox.Text = $"SPCode ({Assembly.GetEntryAssembly()?.GetName().Version}) - {Program.Translations.GetLanguage("SPEditCap")}";
LicenseField.Text = File.ReadAllText(Constants.LicenseFile);
}

Expand Down

0 comments on commit 4aaa772

Please sign in to comment.