fix: add mobile app version hint to QR code scan prompt

This commit is contained in:
Ryan Vogel 2026-04-08 14:19:50 +00:00
parent 2eca96c80f
commit d034a61635

View file

@ -167,7 +167,7 @@ async function printPairQR(pair: PairPayload) {
const code = await QRCode.toString(link, {
...qrConfig,
})
console.log("scan qr code in mobile app or phone camera")
console.log("scan qr code in mobile app or phone camera (latest 1.0.2)")
console.log(code)
}