From 51efc42a515556d5e16938f4fe40a7a81870dc5c Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Thu, 10 Sep 2020 12:52:16 -0700 Subject: [PATCH] v1.2.2 --- app/components/Sidebar.js | 2 +- app/package.json | 2 +- bin/printversion.ps1 | 2 +- bin/printversion.sh | 2 +- native/Cargo.lock | 6 +++--- native/Cargo.toml | 2 +- package.json | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/components/Sidebar.js b/app/components/Sidebar.js index 263214fd..fc8833e8 100644 --- a/app/components/Sidebar.js +++ b/app/components/Sidebar.js @@ -262,7 +262,7 @@ class Sidebar extends PureComponent { openErrorModal( 'Zecwallet Lite',
-
Zecwallet Lite v1.2.1
+
Zecwallet Lite v1.2.2
Built with Electron. Copyright (c) 2018-2020, Aditya Kulkarni.
The MIT License (MIT) Copyright (c) 2018-2020 Zecwallet diff --git a/app/package.json b/app/package.json index 0d9f65bf..4716a75c 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "zecwallet-lite", "productName": "Zecwallet Lite", - "version": "1.2.1", + "version": "1.2.2", "description": "Zecwallet Lite", "main": "./main.prod.js", "author": { diff --git a/bin/printversion.ps1 b/bin/printversion.ps1 index a669bab3..2515c453 100644 --- a/bin/printversion.ps1 +++ b/bin/printversion.ps1 @@ -1 +1 @@ -echo "::set-env name=VERSION::1.2.1" +echo "::set-env name=VERSION::1.2.2" diff --git a/bin/printversion.sh b/bin/printversion.sh index 2b8a4fca..47b3d044 100755 --- a/bin/printversion.sh +++ b/bin/printversion.sh @@ -1,4 +1,4 @@ #!/bin/bash -VERSION="1.2.1" +VERSION="1.2.2" echo "::set-env name=VERSION::$VERSION" diff --git a/native/Cargo.lock b/native/Cargo.lock index 1f408526..1a969766 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -2456,7 +2456,7 @@ dependencies = [ [[package]] name = "zecwalletlitelib" version = "0.1.0" -source = "git+https://github.com/adityapk00/zecwallet-light-cli?rev=6c0a672d6643b82b336160da5d3c05cbd2167967#6c0a672d6643b82b336160da5d3c05cbd2167967" +source = "git+https://github.com/adityapk00/zecwallet-light-cli?rev=39c6e0219b812a024964ca4559768d02cae821f0#39c6e0219b812a024964ca4559768d02cae821f0" dependencies = [ "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "bellman 0.6.0 (git+https://github.com/adityapk00/librustzcash.git?rev=ff0ffc3d1b8bc36a0ad4b6b0f06aa3ca5900d3e4)", @@ -2506,7 +2506,7 @@ dependencies = [ "neon-build 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "neon-serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "zecwalletlitelib 0.1.0 (git+https://github.com/adityapk00/zecwallet-light-cli?rev=6c0a672d6643b82b336160da5d3c05cbd2167967)", + "zecwalletlitelib 0.1.0 (git+https://github.com/adityapk00/zecwallet-light-cli?rev=39c6e0219b812a024964ca4559768d02cae821f0)", ] [metadata] @@ -2791,4 +2791,4 @@ dependencies = [ "checksum zcash_client_backend 0.2.0 (git+https://github.com/adityapk00/librustzcash.git?rev=ff0ffc3d1b8bc36a0ad4b6b0f06aa3ca5900d3e4)" = "" "checksum zcash_primitives 0.2.0 (git+https://github.com/adityapk00/librustzcash.git?rev=ff0ffc3d1b8bc36a0ad4b6b0f06aa3ca5900d3e4)" = "" "checksum zcash_proofs 0.2.0 (git+https://github.com/adityapk00/librustzcash.git?rev=ff0ffc3d1b8bc36a0ad4b6b0f06aa3ca5900d3e4)" = "" -"checksum zecwalletlitelib 0.1.0 (git+https://github.com/adityapk00/zecwallet-light-cli?rev=6c0a672d6643b82b336160da5d3c05cbd2167967)" = "" +"checksum zecwalletlitelib 0.1.0 (git+https://github.com/adityapk00/zecwallet-light-cli?rev=39c6e0219b812a024964ca4559768d02cae821f0)" = "" diff --git a/native/Cargo.toml b/native/Cargo.toml index a90bb032..8798335f 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] neon-build = "0.3.3" [dependencies] -zecwalletlitelib = { git = "https://github.com/adityapk00/zecwallet-light-cli", rev = "6c0a672d6643b82b336160da5d3c05cbd2167967" } +zecwalletlitelib = { git = "https://github.com/adityapk00/zecwallet-light-cli", rev = "39c6e0219b812a024964ca4559768d02cae821f0" } #zecwalletlitelib = { path = "../../zecwallet-light-cli/lib" } neon = "0.3.3" lazy_static = "1.4.0" diff --git a/package.json b/package.json index efb56d92..6f2cfc35 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zecwallet-lite", "productName": "Zecwallet Lite", - "version": "1.2.1", + "version": "1.2.2", "description": "Zecwallet Lite (Electron version)", "scripts": { "build": "yarn neon && concurrently \"yarn build-main\" \"yarn build-renderer\"",