From b1545c2ee966b3243ef0f514e4691d60df44bc50 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Mon, 22 Aug 2022 12:09:48 -0500 Subject: [PATCH] v1.8.6 --- bin/printversion.ps1 | 2 +- bin/printversion.sh | 2 +- native/Cargo.toml | 2 +- package.json | 2 +- src/components/Sidebar.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/printversion.ps1 b/bin/printversion.ps1 index 81c58025..062418a1 100644 --- a/bin/printversion.ps1 +++ b/bin/printversion.ps1 @@ -1 +1 @@ -echo "VERSION=1.8.5" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append +echo "VERSION=1.8.6" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append diff --git a/bin/printversion.sh b/bin/printversion.sh index db4b7daf..7b7021f7 100755 --- a/bin/printversion.sh +++ b/bin/printversion.sh @@ -1,3 +1,3 @@ #!/bin/bash -VERSION="1.8.5" +VERSION="1.8.6" echo "VERSION=$VERSION" >> $GITHUB_ENV diff --git a/native/Cargo.toml b/native/Cargo.toml index f09e6600..cb2ff3b3 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 = "6c9b6e45c4ab8da9ddf511c9f0bdb6171b450467" } +zecwalletlitelib = { git = "https://github.com/adityapk00/zecwallet-light-cli", rev = "da36a212f8dfc5909dae11c0486b3254c5e16411" } #zecwalletlitelib = { path = "../../zecwallet-light-cli/lib" } lazy_static = "1.4.0" diff --git a/package.json b/package.json index 69b23d78..eb3fdf0c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zecwallet-lite", "productName": "Zecwallet Lite", - "version": "1.8.5", + "version": "1.8.6", "private": true, "description": "Zecwallet Lite", "license": "MIT", diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index aa05f575..1e5b171f 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.5
+
Zecwallet Lite v1.8.6
Built with Electron. Copyright (c) 2018-2022, Aditya Kulkarni.
The MIT License (MIT) Copyright (c) 2018-2022 Zecwallet