We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008c268 commit 3c4658cCopy full SHA for 3c4658c
locatorator/gui.py
@@ -603,7 +603,7 @@ def main() -> int:
603
app = QtWidgets.QApplication(sys.argv)
604
app.setOrganizationName("GlowingPixel")
605
app.setApplicationName("Locatorator")
606
- app.setApplicationVersion("1.3.0")
+ app.setApplicationVersion("1.4.0")
607
608
609
app.setWindowIcon(QtGui.QPixmap(":/icons/resources/icon.png"))
0 commit comments