Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed May 24, 2022
1 parent fa42253 commit 5fe43e6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gobitcoinsv",
"version": "0.0.4",
"version": "0.0.5",
"main": "public/index.html",
"private": true,
"author": {
Expand Down
32 changes: 16 additions & 16 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,22 @@ <h5 class="text-sm font-semibold text-teal-800">cli tool, library</h5>
<hr class="b-0 my-4" />
</div>

<div class="mb-4">
<h3 class="font-semibold text-lg">bux</h3>
<h5 class="text-sm font-semibold text-teal-800">engine</h5>

<p class="mt-4">
Bitcoin UTXO & xPub Management Suite
</p>

<br /><a
class="text-teal-600"
href="https://github.com/BuxOrg/bux"
>https://github.com/BuxOrg/bux</a
>
<hr class="b-0 my-4" />
</div>

<div class="mb-4">
<h3 class="font-semibold text-lg">go-bt</h3>
<h5 class="text-sm font-semibold text-teal-800">library</h5>
Expand Down Expand Up @@ -299,22 +315,6 @@ <h5 class="text-sm font-semibold text-teal-800">api wrapper</h5>
<hr class="b-0 my-4" />
</div>

<div class="mb-4">
<h3 class="font-semibold text-lg">bux</h3>
<h5 class="text-sm font-semibold text-teal-800">engine</h5>

<p class="mt-4">
Bitcoin UTXO & xPub Management Suite
</p>

<br /><a
class="text-teal-600"
href="https://github.com/BuxOrg/bux"
>https://github.com/BuxOrg/bux</a
>
<hr class="b-0 my-4" />
</div>

<div class="mb-4">
<h3 class="font-semibold text-lg">go-bsvrates</h3>
<h5 class="text-sm font-semibold text-teal-800">library</h5>
Expand Down

0 comments on commit 5fe43e6

Please sign in to comment.