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

Commit b1545c2

Browse files
committed
v1.8.6
1 parent b0c1059 commit b1545c2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bin/printversion.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
echo "VERSION=1.8.5" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
1+
echo "VERSION=1.8.6" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append

bin/printversion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
2-
VERSION="1.8.5"
2+
VERSION="1.8.6"
33
echo "VERSION=$VERSION" >> $GITHUB_ENV

native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default-features = false
1515
features = ["napi-6"]
1616

1717
[dependencies]
18-
zecwalletlitelib = { git = "https://github.com/adityapk00/zecwallet-light-cli", rev = "6c9b6e45c4ab8da9ddf511c9f0bdb6171b450467" }
18+
zecwalletlitelib = { git = "https://github.com/adityapk00/zecwallet-light-cli", rev = "da36a212f8dfc5909dae11c0486b3254c5e16411" }
1919
#zecwalletlitelib = { path = "../../zecwallet-light-cli/lib" }
2020
lazy_static = "1.4.0"
2121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zecwallet-lite",
33
"productName": "Zecwallet Lite",
4-
"version": "1.8.5",
4+
"version": "1.8.6",
55
"private": true,
66
"description": "Zecwallet Lite",
77
"license": "MIT",

src/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ class Sidebar extends PureComponent<Props & RouteComponentProps, State> {
276276
openErrorModal(
277277
"Zecwallet Lite",
278278
<div className={cstyles.verticalflex}>
279-
<div className={cstyles.margintoplarge}>Zecwallet Lite v1.8.5</div>
279+
<div className={cstyles.margintoplarge}>Zecwallet Lite v1.8.6</div>
280280
<div className={cstyles.margintoplarge}>Built with Electron. Copyright (c) 2018-2022, Aditya Kulkarni.</div>
281281
<div className={cstyles.margintoplarge}>
282282
The MIT License (MIT) Copyright (c) 2018-2022 Zecwallet

0 commit comments

Comments
 (0)