Skip to content

Commit

Permalink
v1.0-beta.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinoAbate committed Feb 26, 2022
1 parent 4dadd0f commit f9fa692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PokemonRandomizer/PokemonRandomizer/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace PokemonRandomizer
/// </summary>
public partial class MainWindow : Window, INotifyPropertyChanged
{
public const string version = "v1.0-beta.4";
public const string version = "v1.0-beta.4.1";
#region XAML Properties for bindings
private bool _isROMLoaded;
public bool IsROMLoaded
Expand Down

0 comments on commit f9fa692

Please sign in to comment.