Skip to content

Commit b5e450b

Browse files
chore: start release v1.0.31
1 parent 0271e44 commit b5e450b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ COLDCARD copy correctly derives the seed but then generates addresses from a dif
130130
``` shell_session cSpell:disable
131131
$ npx verify-coldcard-dice-seed@latest
132132
Need to install the following packages:
133-
verify-coldcard-dice-seed@1.0.30
133+
verify-coldcard-dice-seed@1.0.31
134134
Ok to proceed? (y) y
135-
*** Verify COLDCARD Dice Seed v1.0.30 ***
135+
*** Verify COLDCARD Dice Seed v1.0.31 ***
136136
(tested with COLDCARD Mk4 firmware v5.2.2)
137137
138138
This application guides you through verifying that your COLDCARD

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "verify-coldcard-dice-seed",
3-
"version": "1.0.30",
3+
"version": "1.0.31",
44
"description": "Verify whether your COLDCARD correctly generates seeds and addresses from dice rolls.",
55
"keywords": [
66
"bitcoin",

src/site/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const Main = () => {
5656
<hgroup>
5757
<h1>Verify COLDCARD Dice Seed</h1>
5858
<p>
59-
<span>v1.0.30</span> (tested with COLDCARD Mk4 firmware v5.2.2)
59+
<span>v1.0.31</span> (tested with COLDCARD Mk4 firmware v5.2.2)
6060
</p>
6161
</hgroup>
6262
<p>

0 commit comments

Comments
 (0)