Skip to content

Commit

Permalink
Merge pull request #462 from jplomas/reskin
Browse files Browse the repository at this point in the history
Add support for node v2.0.7
  • Loading branch information
jplomas authored Nov 30, 2020
2 parents cc07fbc + b7679c1 commit aaaa487
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 71 deletions.
2 changes: 1 addition & 1 deletion .electrify/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ app.on('ready', function() {
if (process.platform === 'darwin') {
app.setAboutPanelOptions({
applicationName: "QRL Wallet",
applicationVersion: "1.6.5",
applicationVersion: "1.6.6",
version: "Electron 1.8.8",
copyright: "Die QRL Stiftung, Zug Switzerland",
credits: "The QRL Developers"
Expand Down
2 changes: 1 addition & 1 deletion .electrify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "QRLWallet",
"productName": "QRLWallet",
"projectName": "qrl-wallet",
"version": "1.6.5",
"version": "1.6.6",
"main": "index.js",
"dependencies": {
"electrify-qrl": "0.2.3",
Expand Down
9 changes: 8 additions & 1 deletion imports/startup/both/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import './nodes.js'
SHOR_PER_QUANTA = 1000000000

// qrl-wallet Version
WALLET_VERSION = '1.6.5'
WALLET_VERSION = '1.6.6'

// qrl.proto sha256 sum for each release of QRL Node
QRLPROTO_SHA256 = [
Expand Down Expand Up @@ -186,6 +186,13 @@ QRLPROTO_SHA256 = [
objectSha256:
'693b179b68016896c80d1b3660354549706d70e24d97240ce0aa7e9416c2b4aa',
},
{
version: '2.0.7 python',
protoSha256:
'0d70a3372c4668a1bf4fd42983ae01f2e0fb54b4030b808bbea78e5adadb23f0',
objectSha256:
'2899c2d79b287e75b9ecc3aaa2fd63ec3ebd5455b7e0883528ef5425121c6a27',
},
// development .proto
{
version: '0+unknown python',
Expand Down
68 changes: 1 addition & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qrl-wallet",
"version": "1.6.5",
"version": "1.6.6",
"description": "QRL Wallet",
"author": "The QRL Contributors",
"license": "MIT",
Expand Down

0 comments on commit aaaa487

Please sign in to comment.