Skip to content

Commit ee77f17

Browse files
chore: start release v1.0.30
1 parent 427a166 commit ee77f17

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.29
133+
verify-coldcard-dice-seed@1.0.30
134134
Ok to proceed? (y) y
135-
*** Verify COLDCARD Dice Seed v1.0.29 ***
135+
*** Verify COLDCARD Dice Seed v1.0.30 ***
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.29",
3+
"version": "1.0.30",
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
@@ -78,7 +78,7 @@ const Main = () => {
7878
<hgroup>
7979
<h1>Verify COLDCARD Dice Seed</h1>
8080
<p>
81-
<span>v1.0.29</span>
81+
<span>v1.0.30</span>
8282
</p>
8383
</hgroup>
8484
<p>

0 commit comments

Comments
 (0)