Skip to content

Commit 021b4bf

Browse files
committed
v1.8.2
1 parent 9457316 commit 021b4bf

14 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.1.AppImage
17+
./Zecwallet.Fullnode-1.8.2.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.1_amd64.deb
23+
sudo apt install -f ./zecwallet_1.8.2_amd64.deb
2424
```
2525

2626
### Windows

bin/linux/zcash-cli

128 KB
Binary file not shown.

bin/linux/zcashd

287 KB
Binary file not shown.

bin/linux/zcashd-wallet-tool

0 Bytes
Binary file not shown.

bin/mac/zcash-cli

120 Bytes
Binary file not shown.

bin/mac/zcashd

274 KB
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.1" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
1+
echo "VERSION=1.8.2" | 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.1"
2+
VERSION="1.8.2"
33
echo "VERSION=$VERSION" >> $GITHUB_ENV

bin/win/zcash-cli.exe

109 KB
Binary file not shown.

bin/win/zcashd-wallet-tool.exe

-2.5 KB
Binary file not shown.

bin/win/zcashd.exe

287 KB
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.1",
4+
"version": "1.8.2",
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
@@ -276,7 +276,7 @@ class Sidebar extends PureComponent<Props, State> {
276276
"Zecwallet Fullnode",
277277
<div className={cstyles.verticalflex}>
278278
<div className={cstyles.margintoplarge}>
279-
Zecwallet Fullnode v1.8.1
279+
Zecwallet Fullnode v1.8.2
280280
</div>
281281
<div className={cstyles.margintoplarge}>
282282
Built with Electron. Copyright (c) 2018-2021, Aditya Kulkarni.

0 commit comments

Comments
 (0)