Skip to content

Commit

Permalink
amigaXfer: Set Version to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalles committed May 18, 2021
1 parent 6415d04 commit 8c3c48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amigaXfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def OnInit(self):
def ShowAboutDialog(self):
info = wx.adv.AboutDialogInfo()
info.SetName("amigaXfer")
info.SetVersion("1.1.0dev")
info.SetVersion("1.1.0")
info.SetDescription("Data transfer and tools for an Amiga on the serial port.")
info.SetCopyright("(C) 2021 Roc Vallès i Domènech")
wx.adv.AboutBox(info)
Expand Down

0 comments on commit 8c3c48f

Please sign in to comment.