We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be742a5 commit 85e7101Copy full SHA for 85e7101
locatorator/gui.py
@@ -611,7 +611,7 @@ def main() -> int:
611
app = QtWidgets.QApplication(sys.argv)
612
app.setOrganizationName("GlowingPixel")
613
app.setApplicationName("Locatorator")
614
- app.setApplicationVersion("1.4.0")
+ app.setApplicationVersion("1.5.0")
615
616
617
app.setWindowIcon(QtGui.QPixmap(":/icons/resources/icon.png"))
0 commit comments