diff --git a/app/components/Sidebar.js b/app/components/Sidebar.js index 5850bf57..3fe6e7a2 100644 --- a/app/components/Sidebar.js +++ b/app/components/Sidebar.js @@ -191,7 +191,7 @@ class Sidebar extends PureComponent { openErrorModal( 'Zecwallet Lite',
-
Zecwallet Lite v1.1.6
+
Zecwallet Lite v1.1.7
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 63cbc701..00f2d481 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "zecwallet-lite", "productName": "Zecwallet Lite", - "version": "1.1.6", + "version": "1.1.7", "description": "Zecwallet Lite", "main": "./main.prod.js", "author": { diff --git a/bin/printversion.ps1 b/bin/printversion.ps1 index eecbf206..22a7d16d 100644 --- a/bin/printversion.ps1 +++ b/bin/printversion.ps1 @@ -1 +1 @@ -echo "::set-env name=VERSION::1.1.6" +echo "::set-env name=VERSION::1.1.7" diff --git a/bin/printversion.sh b/bin/printversion.sh index b3f2e0c5..b4552a44 100755 --- a/bin/printversion.sh +++ b/bin/printversion.sh @@ -1,4 +1,4 @@ #!/bin/bash -VERSION="1.1.6" +VERSION="1.1.7" echo "::set-env name=VERSION::$VERSION" diff --git a/package.json b/package.json index 25bf3c21..6d21c3b6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zecwallet-lite", "productName": "Zecwallet Lite", - "version": "1.1.6", + "version": "1.1.7", "description": "Zecwallet Lite (Electron version)", "scripts": { "build": "yarn neon && concurrently \"yarn build-main\" \"yarn build-renderer\"",