Skip to content

Commit

Permalink
feat: bump version to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythologyli authored Jun 15, 2023
1 parent a28a041 commit f3a4068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.7\n作者: Myth\n\n请勿将本工具用于任何非法用途");
MessageBox.Show("iOS Fake Run\n版本: v0.8\n作者: Myth\n\n请勿将本工具用于任何非法用途");
}
}
}

0 comments on commit f3a4068

Please sign in to comment.