Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Feb 17, 2021
1 parent 3f59978 commit 94a2628
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-0.9.24.AppImage
./Zecwallet.Fullnode-1.4.2.AppImage
```

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

```
sudo apt install -f ./zecwallet_0.9.24_amd64.deb
sudo apt install -f ./zecwallet_1.4.2_amd64.deb
```

### Windows
Expand Down
2 changes: 1 addition & 1 deletion app/companion.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ export default class CompanionAppListener {
maxzspendable,
tokenName,
zecprice,
serverversion: '0.9.24'
serverversion: '1.4.2'
};

return JSON.stringify(resp);
Expand Down
6 changes: 3 additions & 3 deletions app/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@ class Sidebar extends PureComponent<Props, State> {
openErrorModal(
'Zecwallet Fullnode',
<div className={cstyles.verticalflex}>
<div className={cstyles.margintoplarge}>Zecwallet Fullnode v0.9.24</div>
<div className={cstyles.margintoplarge}>Built with Electron. Copyright (c) 2018-2020, Aditya Kulkarni.</div>
<div className={cstyles.margintoplarge}>Zecwallet Fullnode v1.4.2</div>
<div className={cstyles.margintoplarge}>Built with Electron. Copyright (c) 2018-2021, Aditya Kulkarni.</div>
<div className={cstyles.margintoplarge}>
The MIT License (MIT) Copyright (c) 2018-present Zecwallet
The MIT License (MIT) Copyright (c) 2018-2021 Zecwallet
<br />
<br />
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zecwallet",
"productName": "Zecwallet Fullnode",
"version": "0.9.24",
"version": "1.4.2",
"description": "Zecwallet Fullnode",
"main": "./main.prod.js",
"author": {
Expand Down
Binary file modified bin/linux/zcash-cli
Binary file not shown.
Binary file modified bin/linux/zcashd
Binary file not shown.
Binary file modified bin/mac/zcash-cli
Binary file not shown.
Binary file modified bin/mac/zcashd
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/printversion.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
echo "VERSION=0.9.24" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "VERSION=1.4.2" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
2 changes: 1 addition & 1 deletion bin/printversion.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
VERSION="0.9.24"
VERSION="1.4.2"
echo "VERSION=$VERSION" >> $GITHUB_ENV
Binary file modified bin/win/zcash-cli.exe
Binary file not shown.
Binary file modified bin/win/zcashd.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zecwallet",
"productName": "Zecwallet Fullnode",
"version": "0.9.24",
"version": "1.4.2",
"description": "Zecwallet Fullnode (Electron version)",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down

0 comments on commit 94a2628

Please sign in to comment.