Skip to content

Commit

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

0 comments on commit acc5062

Please sign in to comment.