Skip to content

Commit

Permalink
release v0.8.0 with fixes from @1ma
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Jul 11, 2024
1 parent e6266f1 commit 4cf722e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ apt install lightningd
mkdir -p ~/.lightning/plugins
echo 'disable-plugin=bcli' >> .lightning/config
cd ~/.lightning/plugins
wget https://github.com/nbd-wtf/trustedcoin/releases/download/v0.7.0/trustedcoin-v0.7.0-linux-amd64.tar.gz
tar -xvf trustedcoin-v0.7.0-linux-amd64.tar.gz
wget https://github.com/nbd-wtf/trustedcoin/releases/download/v0.8.0/trustedcoin-v0.8.0-linux-amd64.tar.gz
tar -xvf trustedcoin-v0.8.0-linux-amd64.tar.gz
cd
lightningd
```
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/fiatjaf/lightningd-gjson-rpc/plugin"
)

const version = "0.7.1"
const version = "0.8.0"

var (
network string
Expand Down

0 comments on commit 4cf722e

Please sign in to comment.