Skip to content

Commit

Permalink
Merge pull request #507 from jplomas/master
Browse files Browse the repository at this point in the history
v1.8.0 release
  • Loading branch information
jplomas authored Dec 9, 2021
2 parents 9ba3734 + 555d2e5 commit 28bedc6
Show file tree
Hide file tree
Showing 25 changed files with 14,075 additions and 8,255 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
executor:
name: node/default
tag: '12.14'
tag: '14.18'
steps:
- checkout
- run:
Expand Down
4 changes: 2 additions & 2 deletions .electrify/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ app.on('ready', function() {
if (process.platform === 'darwin') {
app.setAboutPanelOptions({
applicationName: "QRL Wallet",
applicationVersion: "1.7.3",
version: "Electron 10.1.7",
applicationVersion: "1.8.0",
version: "Electron 16.0.1",
copyright: "Die QRL Stiftung, Zug Switzerland",
credits: "The QRL Developers"
});
Expand Down
Loading

0 comments on commit 28bedc6

Please sign in to comment.