Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
v1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Aug 26, 2022
1 parent e694f09 commit 0b465a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/printversion.ps1
Original file line number Diff line number Diff line change
@@ -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
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="1.8.6"
VERSION="1.8.7"
echo "VERSION=$VERSION" >> $GITHUB_ENV
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zecwallet-lite",
"productName": "Zecwallet Lite",
"version": "1.8.6",
"version": "1.8.7",
"private": true,
"description": "Zecwallet Lite",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/components/ServerSelectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default function ServerSelectModal({ modalIsOpen, closeModal, openErrorMo

const servers = [
{ name: "Zecwallet (Default)", uri: Utils.V3_LIGHTWALLETD },
{ name: "Zecwallet Zebra (Experimental)", uri: "https://zebra-lwd.zecwallet.co:9067" },
{ name: "Zcash Community", uri: "https://mainnet.lightwalletd.com:9067" },
];

Expand Down
2 changes: 1 addition & 1 deletion src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class Sidebar extends PureComponent<Props & RouteComponentProps, State> {
openErrorModal(
"Zecwallet Lite",
<div className={cstyles.verticalflex}>
<div className={cstyles.margintoplarge}>Zecwallet Lite v1.8.6</div>
<div className={cstyles.margintoplarge}>Zecwallet Lite v1.8.7</div>
<div className={cstyles.margintoplarge}>Built with Electron. Copyright (c) 2018-2022, Aditya Kulkarni.</div>
<div className={cstyles.margintoplarge}>
The MIT License (MIT) Copyright (c) 2018-2022 Zecwallet
Expand Down

0 comments on commit 0b465a6

Please sign in to comment.