Skip to content

Commit

Permalink
feat: bump version to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythologyli committed Oct 26, 2022
1 parent be35b10 commit a28a041
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 @@ -266,6 +266,6 @@ private void StopRun(object sender, RoutedEventArgs e)

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

0 comments on commit a28a041

Please sign in to comment.