Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Harabe-x committed Feb 26, 2024
1 parent c5014a5 commit b1e5cb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions PixaiBot/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]
[assembly: AssemblyVersion("1.3.2.0")]
[assembly: AssemblyFileVersion("1.3.2.0")]
[assembly: AssemblyInformationalVersion("1.3.2")]
[assembly: AssemblyVersion("1.3.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
[assembly: AssemblyInformationalVersion("1.3.3")]
2 changes: 1 addition & 1 deletion PixaiBot/UI/ViewModel/AccountCreatorViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private async void StartAccountCreation()

IDriverCreationStrategy driverCreationStrategy = ShouldUseProxy
? new ProxyDriverCreationStrategy(_proxyManager)
: new DebugDriverCreationStrategy();
: new HiddenDriverCreationStrategy();

if(_configManager.GetConfig().ToastNotifications) _toastNotificationSender.SendNotification("PixaiBot", "Account creation process started", NotificationType.Information);

Expand Down

0 comments on commit b1e5cb8

Please sign in to comment.