Browse Source
Merge pull request #273 from LN-Zap/fix/version-num
fix(version): bump version to 0.1.1
renovate/lint-staged-8.x
JimmyMow
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
4 additions and
4 deletions
-
app/main.dev.js
-
app/package.json
-
package.json
|
|
@ -141,8 +141,8 @@ const startLnd = () => { |
|
|
|
'--bitcoin.testnet', |
|
|
|
'--bitcoin.node=neutrino', |
|
|
|
'--neutrino.connect=btcd.jackmallers.com:18333', |
|
|
|
'--neutrino.connect=188.166.148.62:18333', |
|
|
|
'--neutrino.connect=159.65.48.139:18333', |
|
|
|
'--neutrino.addpeer=188.166.148.62:18333', |
|
|
|
'--neutrino.addpeer=159.65.48.139:18333', |
|
|
|
'--neutrino.connect=127.0.0.1:18333', |
|
|
|
'--autopilot.active', |
|
|
|
'--debuglevel=debug', |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
{ |
|
|
|
"name": "zap-desktop", |
|
|
|
"productName": "ZapDesktop", |
|
|
|
"version": "0.1.0", |
|
|
|
"version": "0.1.1", |
|
|
|
"description": "desktop application for the lightning network", |
|
|
|
"main": "./main.prod.js", |
|
|
|
"author": { |
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
{ |
|
|
|
"name": "zap-desktop", |
|
|
|
"productName": "ZapDesktop", |
|
|
|
"version": "0.1.0", |
|
|
|
"version": "0.1.1", |
|
|
|
"description": "desktop application for the lightning network", |
|
|
|
"scripts": { |
|
|
|
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"", |
|
|
|