Skip to content

Commit

Permalink
v1.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinoAbate committed Feb 4, 2022
1 parent b3fe9d5 commit e65a40e
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.2";
public const string version = "v1.0-beta.3";
#region XAML Properties for bindings
private bool _isROMLoaded;
public bool IsROMLoaded
Expand Down

0 comments on commit e65a40e

Please sign in to comment.