diff --git a/app/components/Sidebar.js b/app/components/Sidebar.js index 95cb5a5b..426b0bdb 100644 --- a/app/components/Sidebar.js +++ b/app/components/Sidebar.js @@ -261,7 +261,7 @@ class Sidebar extends PureComponent { openErrorModal( 'Zecwallet Lite',
-
Zecwallet Lite v1.4.6
+
Zecwallet Lite v1.6.0
Built with Electron. Copyright (c) 2018-2021, Aditya Kulkarni.
The MIT License (MIT) Copyright (c) 2018-2021 Zecwallet diff --git a/app/package.json b/app/package.json index 97c63da1..b3257c7c 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "zecwallet-lite", "productName": "Zecwallet Lite", - "version": "1.4.6", + "version": "1.6.0", "description": "Zecwallet Lite", "main": "./main.prod.js", "author": { diff --git a/bin/printversion.ps1 b/bin/printversion.ps1 index 0504c2d0..62b04b17 100644 --- a/bin/printversion.ps1 +++ b/bin/printversion.ps1 @@ -1 +1 @@ -echo "VERSION=1.4.6" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append +echo "VERSION=1.6.0" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append diff --git a/bin/printversion.sh b/bin/printversion.sh index 9739caa4..5849f022 100755 --- a/bin/printversion.sh +++ b/bin/printversion.sh @@ -1,3 +1,3 @@ #!/bin/bash -VERSION="1.4.6" +VERSION="1.6.0" echo "VERSION=$VERSION" >> $GITHUB_ENV diff --git a/package.json b/package.json index b1232142..5af1757b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zecwallet-lite", "productName": "Zecwallet Lite", - "version": "1.4.6", + "version": "1.6.0", "description": "Zecwallet Lite (Electron version)", "scripts": { "build": "yarn neon && concurrently \"yarn build-main\" \"yarn build-renderer\"",