Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iancoleman committed Nov 28, 2017
1 parent 9225b80 commit 26dd39f
Show file tree
Hide file tree
Showing 3 changed files with 25,552 additions and 6,149 deletions.
31,689 changes: 25,541 additions & 6,148 deletions bip39-standalone.html

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.3.1

* Populate entropy field with hex value used from PRNG
* Show list of word indexes
* Fix typos
* Update jquery from 2.1.1 to 3.2.1
* Update bootstrap from 3.2.0 to 3.3.7
* Move application-specific css into own file
* QR codes with accents work correctly by replacing jquery.qrcode with kjua

# 0.3.0

* Update bitcoinjs from 3.1.1 to 3.3.0
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="container">

<h1 class="text-center">Mnemonic Code Converter</h1>
<p class="version">v0.3.0</p>
<p class="version">v0.3.1</p>
<hr>
<div class="row">
<div class="col-md-12">
Expand Down

0 comments on commit 26dd39f

Please sign in to comment.