diff --git a/bin/printversion.ps1 b/bin/printversion.ps1 index 313559b6..95a53191 100644 --- a/bin/printversion.ps1 +++ b/bin/printversion.ps1 @@ -1 +1 @@ -echo "VERSION=1.0.1" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append +echo "VERSION=1.0.2" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append diff --git a/bin/printversion.sh b/bin/printversion.sh index 6327b394..0ea097bd 100755 --- a/bin/printversion.sh +++ b/bin/printversion.sh @@ -1,3 +1,3 @@ #!/bin/bash -VERSION="1.0.1" +VERSION="1.0.2" echo "VERSION=$VERSION" >> $GITHUB_ENV diff --git a/native/Cargo.lock b/native/Cargo.lock index 929fb267..a39d8fc1 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -360,7 +360,7 @@ dependencies = [ [[package]] name = "build_utils" version = "0.1.0" -source = "git+https://github.com/zingolabs/zingolib?branch=dev#6e0db92780be2169ddf7661fb5e03ff3459758b5" +source = "git+https://github.com/zingolabs/zingolib?branch=dev#63863fd12040dd6818a10670d2741d7d627b972e" [[package]] name = "bumpalo" @@ -1225,9 +1225,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" +checksum = "ad227c3af19d4914570ad36d30409928b75967c298feb9ea1969db3a610bb14e" dependencies = [ "equivalent", "hashbrown 0.14.0", @@ -1833,7 +1833,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" dependencies = [ "fixedbitset", - "indexmap 2.0.0", + "indexmap 2.0.1", ] [[package]] @@ -2605,9 +2605,9 @@ dependencies = [ [[package]] name = "sharded-slab" -version = "0.1.4" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" +checksum = "c1b21f559e07218024e7e9f90f96f601825397de0e25420135f7f952453fed0b" dependencies = [ "lazy_static", ] @@ -3680,7 +3680,7 @@ dependencies = [ [[package]] name = "zingo-memo" version = "0.1.0" -source = "git+https://github.com/zingolabs/zingolib?branch=dev#6e0db92780be2169ddf7661fb5e03ff3459758b5" +source = "git+https://github.com/zingolabs/zingolib?branch=dev#63863fd12040dd6818a10670d2741d7d627b972e" dependencies = [ "zcash_address", "zcash_client_backend", @@ -3692,7 +3692,7 @@ dependencies = [ [[package]] name = "zingoconfig" version = "0.1.0" -source = "git+https://github.com/zingolabs/zingolib?branch=dev#6e0db92780be2169ddf7661fb5e03ff3459758b5" +source = "git+https://github.com/zingolabs/zingolib?branch=dev#63863fd12040dd6818a10670d2741d7d627b972e" dependencies = [ "dirs", "http", @@ -3705,7 +3705,7 @@ dependencies = [ [[package]] name = "zingolib" version = "0.2.0" -source = "git+https://github.com/zingolabs/zingolib?branch=dev#6e0db92780be2169ddf7661fb5e03ff3459758b5" +source = "git+https://github.com/zingolabs/zingolib?branch=dev#63863fd12040dd6818a10670d2741d7d627b972e" dependencies = [ "append-only-vec", "base58", diff --git a/package.json b/package.json index 53ff0e80..8592e0c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zingo-pc", "productName": "Zingo PC", - "version": "1.0.1", + "version": "1.0.2", "private": true, "description": "Zingo PC", "license": "MIT", diff --git a/src/App.tsx b/src/App.tsx index 62a9f1cb..fdf3135e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,7 +13,7 @@ function App() {

Built using CRA electron-builder-typescript Template.

{/*

{addon.zingolib_say_hello("Me")}

*/} logo -

Zingo PC v1.0.1

+

Zingo PC v1.0.2

Edit public/electron.js or src/App.js and save to reload.

diff --git a/src/components/loadingscreen/LoadingScreen.tsx b/src/components/loadingscreen/LoadingScreen.tsx index 71d7cca7..2120290c 100644 --- a/src/components/loadingscreen/LoadingScreen.tsx +++ b/src/components/loadingscreen/LoadingScreen.tsx @@ -465,7 +465,7 @@ class LoadingScreen extends Component
-
Zingo PC v1.0.1
+
Zingo PC v1.0.2
Logo
{currentStatus}
@@ -542,7 +542,7 @@ class LoadingScreen extends Component
-
Zingo PC v1.0.1
+
Zingo PC v1.0.2
Logo
@@ -603,7 +603,7 @@ class LoadingScreen extends Component
-
Zingo PC v1.0.1
+
Zingo PC v1.0.2
Logo
@@ -651,7 +651,7 @@ class LoadingScreen extends Component
-
Zingo PC v1.0.1
+
Zingo PC v1.0.2
Logo
diff --git a/src/components/sidebar/Sidebar.tsx b/src/components/sidebar/Sidebar.tsx index 115c775e..5ce808e9 100644 --- a/src/components/sidebar/Sidebar.tsx +++ b/src/components/sidebar/Sidebar.tsx @@ -77,7 +77,7 @@ class Sidebar extends PureComponent -
Zingo PC v1.0.1
+
Zingo PC v1.0.2
Built with Electron. Copyright (c) 2023, ZingoLabs.
The MIT License (MIT) Copyright (c) 2023 ZingoLabs @@ -557,7 +557,7 @@ class Sidebar extends PureComponent
-
Zingo PC v1.0.1
+
Zingo PC v1.0.2
logo