Skip to content

Commit 803264f

Browse files
committed
release v0.8.0 with fixes from @1ma
1 parent e6266f1 commit 803264f

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
CGO_ENABLED: 0
3131
steps:
3232
- uses: actions/checkout@latest
33-
- uses: wangyoucao577/go-release-action@latest
33+
- uses: wangyoucao577/go-release-action@v1
3434
with:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
3636
goos: ${{ matrix.goos }}

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,8 @@ apt install lightningd
3939
mkdir -p ~/.lightning/plugins
4040
echo 'disable-plugin=bcli' >> .lightning/config
4141
cd ~/.lightning/plugins
42-
wget https://github.com/nbd-wtf/trustedcoin/releases/download/v0.7.0/trustedcoin-v0.7.0-linux-amd64.tar.gz
43-
tar -xvf trustedcoin-v0.7.0-linux-amd64.tar.gz
42+
wget https://github.com/nbd-wtf/trustedcoin/releases/download/v0.8.0/trustedcoin-v0.8.0-linux-amd64.tar.gz
43+
tar -xvf trustedcoin-v0.8.0-linux-amd64.tar.gz
4444
cd
4545
lightningd
4646
```
47-
48-
## How to build
49-
50-
```
51-
go build
52-
```

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/fiatjaf/lightningd-gjson-rpc/plugin"
99
)
1010

11-
const version = "0.7.1"
11+
const version = "0.8.0"
1212

1313
var (
1414
network string

0 commit comments

Comments
 (0)