diff --git a/bin/printversion.ps1 b/bin/printversion.ps1 index d7d084c8..25959bab 100644 --- a/bin/printversion.ps1 +++ b/bin/printversion.ps1 @@ -1 +1 @@ -echo "VERSION=1.7.14" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append +echo "VERSION=1.7.15" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append diff --git a/bin/printversion.sh b/bin/printversion.sh index 9445dede..1fd05db5 100755 --- a/bin/printversion.sh +++ b/bin/printversion.sh @@ -1,3 +1,3 @@ #!/bin/bash -VERSION="1.7.14" +VERSION="1.7.15" echo "VERSION=$VERSION" >> $GITHUB_ENV diff --git a/native/Cargo.lock b/native/Cargo.lock index 56ef4efa..adbcc00a 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -2922,7 +2922,7 @@ dependencies = [ [[package]] name = "zecwalletlitelib" version = "0.1.0" -source = "git+https://github.com/adityapk00/zecwallet-light-cli?rev=3e1c4f2a31ed8f4e4163e31038b61bb0af27a416#3e1c4f2a31ed8f4e4163e31038b61bb0af27a416" +source = "git+https://github.com/adityapk00/zecwallet-light-cli?rev=ce69377d163a548a0518237d84e677164280242d#ce69377d163a548a0518237d84e677164280242d" dependencies = [ "arr_macro", "base58", diff --git a/native/Cargo.toml b/native/Cargo.toml index c3bc0fa9..f7382bd5 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -15,6 +15,6 @@ default-features = false features = ["napi-6"] [dependencies] -zecwalletlitelib = { git = "https://github.com/adityapk00/zecwallet-light-cli", rev = "3e1c4f2a31ed8f4e4163e31038b61bb0af27a416" } +zecwalletlitelib = { git = "https://github.com/adityapk00/zecwallet-light-cli", rev = "ce69377d163a548a0518237d84e677164280242d" } #zecwalletlitelib = { path = "../../zecwallet-light-cli/lib" } lazy_static = "1.4.0" diff --git a/package.json b/package.json index f8fa0662..936f38c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zecwallet-lite", "productName": "Zecwallet Lite", - "version": "1.7.14", + "version": "1.7.15", "private": true, "description": "Zecwallet Lite", "license": "MIT", diff --git a/src/components/LoadingScreen.tsx b/src/components/LoadingScreen.tsx index 2d669a65..6324bf04 100644 --- a/src/components/LoadingScreen.tsx +++ b/src/components/LoadingScreen.tsx @@ -283,6 +283,9 @@ class LoadingScreen extends ComponentSyncing: 0.1%
Please wait... This could take several minutes; + me.setState({ currentStatus }); } } } diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 5c3ab7f1..f1644cd7 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.7.14
+
Zecwallet Lite v1.7.15
Built with Electron. Copyright (c) 2018-2021, Aditya Kulkarni.
The MIT License (MIT) Copyright (c) 2018-2021 Zecwallet