Skip to content

Commit

Permalink
mod: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Monomux committed Jul 28, 2022
1 parent 2f0bb94 commit 58ec861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UIView.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def setupUi(self, UIView):
# setupUi

def retranslateUi(self, UIView):
UIView.setWindowTitle(QCoreApplication.translate("UIView", u"KeymomuseGo v4.1", None))
UIView.setWindowTitle(QCoreApplication.translate("UIView", u"KeymomuseGo v5.0", None))
self.groupBox.setTitle(QCoreApplication.translate("UIView", u"Hotkeys", None))
self.label_start_key.setText(QCoreApplication.translate("UIView", u"Launch/Pause", None))
self.choice_start.setCurrentText("")
Expand Down
2 changes: 1 addition & 1 deletion UIView.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>KeymomuseGo v4.1</string>
<string>KeymomuseGo v5.0</string>
</property>
<property name="windowIcon">
<iconset resource="assets.qrc">
Expand Down

0 comments on commit 58ec861

Please sign in to comment.