diff --git a/app/components/Sidebar.js b/app/components/Sidebar.js index 593d7c96..a7b5e2cd 100644 --- a/app/components/Sidebar.js +++ b/app/components/Sidebar.js @@ -175,7 +175,7 @@ class Sidebar extends PureComponent { openErrorModal( 'Zecwallet Lite',
-
Zecwallet Lite v1.1.0
+
Zecwallet Lite v1.1.1
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 3d710ecd..5b9a5d0d 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "zecwallet-lite", "productName": "Zecwallet Lite", - "version": "1.1.0", + "version": "1.1.1", "description": "Zecwallet Lite", "main": "./main.prod.js", "author": { diff --git a/bin/printversion.ps1 b/bin/printversion.ps1 index 968b85f2..8351c656 100644 --- a/bin/printversion.ps1 +++ b/bin/printversion.ps1 @@ -1 +1 @@ -echo "::set-env name=VERSION::1.1.0" +echo "::set-env name=VERSION::1.1.1" diff --git a/bin/printversion.sh b/bin/printversion.sh index 33221745..489fc7c8 100755 --- a/bin/printversion.sh +++ b/bin/printversion.sh @@ -1,4 +1,4 @@ #!/bin/bash -VERSION="1.1.0" +VERSION="1.1.1" echo "::set-env name=VERSION::$VERSION" diff --git a/package.json b/package.json index 1b6627cd..a8278e2f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zecwallet-lite", "productName": "Zecwallet Lite", - "version": "1.1.0", + "version": "1.1.1", "description": "Zecwallet Lite (Electron version)", "scripts": { "build": "yarn neon && concurrently \"yarn build-main\" \"yarn build-renderer\"",