Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sayak-brm committed Nov 17, 2021
1 parent 0592235 commit 22394d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def __do_layout(self):
label_title = wx.StaticText(self.notebook_1_About, wx.ID_ANY, "BMS AutoTicketChecker")
label_title.SetFont(wx.Font(10, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_BOLD, 0, ""))
sizer_5.Add(label_title, 0, wx.ALIGN_CENTER, 0)
label_author = wx.StaticText(self.notebook_1_About, wx.ID_ANY, "Version: 0.3.5", style=wx.ALIGN_CENTER)
label_author = wx.StaticText(self.notebook_1_About, wx.ID_ANY, "Version: 0.4", style=wx.ALIGN_CENTER)
label_author.SetFont(wx.Font(9, wx.FONTFAMILY_MODERN, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_LIGHT, 0, ""))
sizer_5.Add(label_author, 0, wx.ALIGN_CENTER, 0)
label_5 = wx.StaticText(self.notebook_1_About, wx.ID_ANY, "Author: @sayakbrm (GitHub)")
Expand Down

0 comments on commit 22394d1

Please sign in to comment.