diff --git a/releases/QChangeLog.md b/releases/QChangeLog.md index 1c27af48..9bfba9fc 100644 --- a/releases/QChangeLog.md +++ b/releases/QChangeLog.md @@ -23,7 +23,7 @@ # Releases - Most Recent First -## 1.0.2Q - 2024-04-02 +## 1.1.0Q - 2024-04-02 - Enhancement: Scan any QR and report if it is part of a wallet this Coldcard knows the key for. Includes Multisig and single sig wallets. diff --git a/stm32/Q1-Makefile b/stm32/Q1-Makefile index 22e53807..e4c9f9a0 100644 --- a/stm32/Q1-Makefile +++ b/stm32/Q1-Makefile @@ -16,7 +16,7 @@ BOOTLOADER_DIR = q1-bootloader LATEST_RELEASE = $(shell ls -t1 ../releases/*-q1-*.dfu | head -1) # Our version for this release. -VERSION_STRING = 1.0.2Q +VERSION_STRING = 1.1.0Q # Remove this closer to shipping. #$(warning "Forcing debug build")