This commit is contained in:
Aditya Kulkarni 2023-04-10 11:36:11 -05:00
parent 32eba50fc2
commit a08e49668a
13 changed files with 6 additions and 6 deletions

View File

@ -14,13 +14,13 @@ Head over to the releases page and grab the latest installers or binary. https:/
If you are on Debian/Ubuntu, please download the '.AppImage' package and just run it.
```
./Zecwallet.Fullnode-1.8.6.AppImage
./Zecwallet.Fullnode-1.8.7.AppImage
```
If you prefer to install a `.deb` package, that is also available.
```
sudo apt install -f ./zecwallet_1.8.6_amd64.deb
sudo apt install -f ./zecwallet_1.8.7_amd64.deb
```
### Windows

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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

View File

@ -1,3 +1,3 @@
#!/bin/bash
VERSION="1.8.6"
VERSION="1.8.7"
echo "VERSION=$VERSION" >> $GITHUB_ENV

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
{
"name": "zecwallet",
"productName": "Zecwallet Fullnode",
"version": "1.8.6",
"version": "1.8.7",
"description": "Zecwallet Fullnode (Electron version)",
"private": true,
"main": "./public/electron.js",

View File

@ -240,7 +240,7 @@ class Sidebar extends PureComponent<Props, State> {
openErrorModal(
"Zecwallet Fullnode",
<div className={cstyles.verticalflex}>
<div className={cstyles.margintoplarge}>Zecwallet Fullnode v1.8.6</div>
<div className={cstyles.margintoplarge}>Zecwallet Fullnode v1.8.7</div>
<div className={cstyles.margintoplarge}>Built with Electron. Copyright (c) 2018-2023, Aditya Kulkarni.</div>
<div className={cstyles.margintoplarge}>