Skip to content

Commit

Permalink
bump library version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepan Snigirev committed Mar 26, 2023
1 parent 36dad8a commit 877542f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ HDPrivateKey KEYWORD1
HDPublicKey KEYWORD1
Script KEYWORD1
Signature KEYWORD1
SchnorrSignature KEYWORD1
Tx KEYWORD1
TxIn KEYWORD1
TxOut KEYWORD1
Expand Down Expand Up @@ -58,6 +59,9 @@ address KEYWORD2

pow KEYWORD2
sign KEYWORD2
schnorr_sign KEYWORD2
verify KEYWORD2
schnorr_verify KEYWORD2
fromSeed KEYWORD2
fromMnemonic KEYWORD2
xpub KEYWORD2
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uBitcoin",
"version": "0.1.5",
"version": "0.2.0",
"description": "Brings Bitcoin to embedded devices. Write your own hardware wallet, vending machine or any other bitcoin-powered device. Supports public and private keys, HD wallets, transactions and scripts. Everything required to start working with Bitcoin on microcontrollers.",
"keywords": "bitcoin, cryptography",
"repository":
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=uBitcoin
version=0.1.5
version=0.2.0
author=Stepan Snigirev
maintainer=Stepan Snigirev <snigirev.stepan@gmail.com>
sentence=Brings Bitcoin to embedded devices
Expand Down

0 comments on commit 877542f

Please sign in to comment.