We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247afcd commit 8e23945Copy full SHA for 8e23945
locatorator/gui.py
@@ -568,7 +568,7 @@ def main() -> int:
568
app = QtWidgets.QApplication(sys.argv)
569
app.setOrganizationName("GlowingPixel")
570
app.setApplicationName("Locatorator")
571
- app.setApplicationVersion("1.2.0")
+ app.setApplicationVersion("1.3.0")
572
573
app.setWindowIcon(QtGui.QPixmap(":/icons/resources/icon.png"))
574
0 commit comments