Skip to content

Commit

Permalink
v0.9.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
xuan25 committed Feb 1, 2021
1 parent b1a6669 commit f9cf76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bili-dl/Bili-dl/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public partial class App : Application
{
public App()
{
this.Resources.Add("Version", "v0.9.1-alpha");
this.Resources.Add("Version", "v0.9.2-alpha");

this.DispatcherUnhandledException += (object sender, DispatcherUnhandledExceptionEventArgs e) =>
{
Expand Down

0 comments on commit f9cf76c

Please sign in to comment.