Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed May 3, 2020
1 parent c2bc7df commit 23b9b04
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class Sidebar extends PureComponent<Props, State> {
openErrorModal(
'Zecwallet Lite',
<div className={cstyles.verticalflex}>
<div className={cstyles.margintoplarge}>Zecwallet Lite v1.1.8</div>
<div className={cstyles.margintoplarge}>Zecwallet Lite v1.1.9</div>
<div className={cstyles.margintoplarge}>Built with Electron. Copyright (c) 2018-2020, Aditya Kulkarni.</div>
<div className={cstyles.margintoplarge}>
The MIT License (MIT) Copyright (c) 2018-2020 Zecwallet
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zecwallet-lite",
"productName": "Zecwallet Lite",
"version": "1.1.8",
"version": "1.1.9",
"description": "Zecwallet Lite",
"main": "./main.prod.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion bin/printversion.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
echo "::set-env name=VERSION::1.1.8"
echo "::set-env name=VERSION::1.1.9"
2 changes: 1 addition & 1 deletion bin/printversion.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
VERSION="1.1.8"
VERSION="1.1.9"

echo "::set-env name=VERSION::$VERSION"
2 changes: 1 addition & 1 deletion native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib"]
neon-build = "0.3.3"

[dependencies]
zecwalletlitelib = { git = "https://github.com/adityapk00/zecwallet-light-cli", rev = "7bcc266e708f7143b01ba6c473eb9f495c6b36fa" }
zecwalletlitelib = { git = "https://github.com/adityapk00/zecwallet-light-cli", rev = "f50b86ed1ed43ecfe76ee0e3cd4f4968b89fe3e0" }
neon = "0.3.3"
lazy_static = "1.4.0"
neon-serde = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zecwallet-lite",
"productName": "Zecwallet Lite",
"version": "1.1.8",
"version": "1.1.9",
"description": "Zecwallet Lite (Electron version)",
"scripts": {
"build": "yarn neon && concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down

0 comments on commit 23b9b04

Please sign in to comment.