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

Commit 249f790

Browse files
committed
v1.8.4
1 parent f7a88d0 commit 249f790

File tree

6 files changed

+6
-6
lines changed

6 files changed

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

native/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "656f48980cbb7389d38cb616ed327563a11f81dd" }
18+
zecwalletlitelib = { git = "https://github.com/adityapk00/zecwallet-light-cli", rev = "98206a001b4fed6d0403029bd8be124a1c68975a" }
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.3",
4+
"version": "1.8.4",
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.3</div>
279+
<div className={cstyles.margintoplarge}>Zecwallet Lite v1.8.4</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)