rename to v1.1.0

This commit is contained in:
Peter D. Gray 2024-04-02 10:14:05 -04:00
parent 654952842a
commit 17a0b39da8
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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")