Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
更新版本号
  • Loading branch information
answer-huang committed May 4, 2015
1 parent df4af0d commit 9a2d56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dSYM.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def OnAboutMe(self, event):
aboutMe.ShowModal()
aboutMe.Destroy()

versions = '1.0.1'
versions = '1.0.2'
if __name__ == '__main__':
app = wx.App(redirect=False)
frame = AHFrame(None, 'dSYM文件分析工具' + versions)
Expand Down

0 comments on commit 9a2d56f

Please sign in to comment.