From 249f790c9b4248a5fc9d9f091cc72811c11eee28 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Wed, 17 Aug 2022 13:26:32 -0500 Subject: [PATCH] v1.8.4 --- bin/printversion.ps1 | 2 +- bin/printversion.sh | 2 +- native/Cargo.lock | 2 +- native/Cargo.toml | 2 +- package.json | 2 +- src/components/Sidebar.tsx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/printversion.ps1 b/bin/printversion.ps1 index a2d094ed..eee47f4f 100644 --- a/bin/printversion.ps1 +++ b/bin/printversion.ps1 @@ -1 +1 @@ -echo "VERSION=1.8.3" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append +echo "VERSION=1.8.4" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append diff --git a/bin/printversion.sh b/bin/printversion.sh index ae936fdd..56299dc0 100755 --- a/bin/printversion.sh +++ b/bin/printversion.sh @@ -1,3 +1,3 @@ #!/bin/bash -VERSION="1.8.3" +VERSION="1.8.4" echo "VERSION=$VERSION" >> $GITHUB_ENV diff --git a/native/Cargo.lock b/native/Cargo.lock index c8ba8530..a5cae23e 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -3099,7 +3099,7 @@ dependencies = [ [[package]] name = "zecwalletlitelib" version = "0.1.0" -source = "git+https://github.com/adityapk00/zecwallet-light-cli?rev=656f48980cbb7389d38cb616ed327563a11f81dd#656f48980cbb7389d38cb616ed327563a11f81dd" +source = "git+https://github.com/adityapk00/zecwallet-light-cli?rev=98206a001b4fed6d0403029bd8be124a1c68975a#98206a001b4fed6d0403029bd8be124a1c68975a" dependencies = [ "arr_macro", "base58", diff --git a/native/Cargo.toml b/native/Cargo.toml index c8e0e7c3..b976ec73 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -15,7 +15,7 @@ default-features = false features = ["napi-6"] [dependencies] -zecwalletlitelib = { git = "https://github.com/adityapk00/zecwallet-light-cli", rev = "656f48980cbb7389d38cb616ed327563a11f81dd" } +zecwalletlitelib = { git = "https://github.com/adityapk00/zecwallet-light-cli", rev = "98206a001b4fed6d0403029bd8be124a1c68975a" } #zecwalletlitelib = { path = "../../zecwallet-light-cli/lib" } lazy_static = "1.4.0" diff --git a/package.json b/package.json index 85737e75..c0ed9aa3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zecwallet-lite", "productName": "Zecwallet Lite", - "version": "1.8.3", + "version": "1.8.4", "private": true, "description": "Zecwallet Lite", "license": "MIT", diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index fb987799..8e51901b 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -276,7 +276,7 @@ class Sidebar extends PureComponent { openErrorModal( "Zecwallet Lite",
-
Zecwallet Lite v1.8.3
+
Zecwallet Lite v1.8.4
Built with Electron. Copyright (c) 2018-2022, Aditya Kulkarni.
The MIT License (MIT) Copyright (c) 2018-2022 Zecwallet