Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 1181fb5

Browse files
committed
new version 1.2.0
1 parent 0c74be4 commit 1181fb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
It actually can send/receive:
1010
- 1 Frame QRCodes
1111
- Multiframes QRCodes using the `Specter` format (_p M of N_)
12-
- Multiframes QRCodes using the `UR` format are partially supported (PSBT and Bytes)
12+
- Multiframes QRCodes using the `UR` format are partially supported (Desciptor, PSBT and Bytes)
1313
- Multiframes QRCodes using the `BBQR` format are partially supported (PSBT)
1414

1515
## Download the latest releases
@@ -72,8 +72,8 @@ python seedqreader.py
7272
```
7373
pip install PyInstaller
7474
rm seedqreader_*.spec
75-
python3 .ci/create-spec.py
76-
python3 -m PyInstaller seedqreader_*.spec
75+
./.seedqrenv/bin/python3 .ci/create-spec.py
76+
./.seedqrenv/bin/python3 -m PyInstaller seedqreader_*.spec
7777
```
7878

7979
## Acknowledgements & Alternatives

seedqreader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
import numpy as np
4141
import base64
4242

43-
VERSION="1.1.2"
43+
VERSION="1.2.0"
4444

4545
MAX_LEN = 100
4646
FILL_COLOR = "#434343"

0 commit comments

Comments
 (0)