Skip to content

Commit

Permalink
feat: bump version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythologyli authored Oct 27, 2023
1 parent 9670d36 commit 73c6d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOSFakeRun/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,6 @@ private void StopRun(object sender, RoutedEventArgs e)

private void About(object sender, RoutedEventArgs e)
{
MessageBox.Show("iOS Fake Run\n版本: v0.8\n作者: Myth\n\n请勿将本工具用于任何非法用途");
MessageBox.Show("iOS Fake Run\n版本: v0.9\n作者: Myth\n\n请勿将本工具用于任何非法用途");
}
}

0 comments on commit 73c6d32

Please sign in to comment.