diff --git a/picodulce.py b/picodulce.py index 10f0772..c087900 100644 --- a/picodulce.py +++ b/picodulce.py @@ -1226,7 +1226,7 @@ class PicomcVersionSelector(QWidget): # Download and apply the update self.download_update(remote_version_info) else: - QMessageBox.information(self, "Up to Date", "You already have the latest version!") + print(f"You already have the latest version!") else: logging.error("Failed to read local version information.") QMessageBox.critical(self, "Error", "Failed to check for updates.") diff --git a/version.json b/version.json index 55d5b20..316f050 100644 --- a/version.json +++ b/version.json @@ -8,5 +8,5 @@ "https://raw.githubusercontent.com/nixietab/picodulce/main/marroc.py", "https://raw.githubusercontent.com/nixietab/picodulce/main/holiday.ico" ], - "versionBleeding": "0.11.9-151" + "versionBleeding": "0.11.9-154" }