Skip to content

Commit a08e496

Browse files
committed
v1.8.7
1 parent 32eba50 commit a08e496

13 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Head over to the releases page and grab the latest installers or binary. https:/
1414
If you are on Debian/Ubuntu, please download the '.AppImage' package and just run it.
1515

1616
```
17-
./Zecwallet.Fullnode-1.8.6.AppImage
17+
./Zecwallet.Fullnode-1.8.7.AppImage
1818
```
1919

2020
If you prefer to install a `.deb` package, that is also available.
2121

2222
```
23-
sudo apt install -f ./zecwallet_1.8.6_amd64.deb
23+
sudo apt install -f ./zecwallet_1.8.7_amd64.deb
2424
```
2525

2626
### Windows

bin/linux/zcash-cli

0 Bytes
Binary file not shown.

bin/linux/zcashd

-368 Bytes
Binary file not shown.

bin/mac/zcash-cli

0 Bytes
Binary file not shown.

bin/mac/zcashd

-8 Bytes
Binary file not shown.

bin/mac/zcashd-wallet-tool

0 Bytes
Binary file not shown.

bin/printversion.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
echo "VERSION=1.8.6" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
1+
echo "VERSION=1.8.7" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append

bin/printversion.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
2-
VERSION="1.8.6"
2+
VERSION="1.8.7"
33
echo "VERSION=$VERSION" >> $GITHUB_ENV

bin/win/zcash-cli.exe

0 Bytes
Binary file not shown.

bin/win/zcashd-wallet-tool.exe

0 Bytes
Binary file not shown.

bin/win/zcashd.exe

512 Bytes
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zecwallet",
33
"productName": "Zecwallet Fullnode",
4-
"version": "1.8.6",
4+
"version": "1.8.7",
55
"description": "Zecwallet Fullnode (Electron version)",
66
"private": true,
77
"main": "./public/electron.js",

src/components/Sidebar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class Sidebar extends PureComponent<Props, State> {
240240
openErrorModal(
241241
"Zecwallet Fullnode",
242242
<div className={cstyles.verticalflex}>
243-
<div className={cstyles.margintoplarge}>Zecwallet Fullnode v1.8.6</div>
243+
<div className={cstyles.margintoplarge}>Zecwallet Fullnode v1.8.7</div>
244244
<div className={cstyles.margintoplarge}>Built with Electron. Copyright (c) 2018-2023, Aditya Kulkarni.</div>
245245

246246
<div className={cstyles.margintoplarge}>

0 commit comments

Comments
 (0)