Skip to content

Commit

Permalink
Merge pull request #425 from jplomas/master
Browse files Browse the repository at this point in the history
v1.5.0 release version
  • Loading branch information
jplomas authored Apr 6, 2020
2 parents f5d2272 + c3915ce commit 68a2dc7
Show file tree
Hide file tree
Showing 8 changed files with 3,492 additions and 3,458 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Install dependencies
command: |
npm install -g n
sudo n 8.11.3
sudo n 8.11.4
brew update
brew cleanup
# brew cask install google-chrome
Expand Down
8 changes: 4 additions & 4 deletions .electrify/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let loading;
app.on('ready', function() {
// Create the loading screen
loading = new BrowserWindow({
width: 830, height: 310,
width: 850, height: 340,
nodeIntegration: false,
icon: __dirname + '/assets/qrl.png'
});
Expand All @@ -32,10 +32,10 @@ app.on('ready', function() {
if (process.platform === 'darwin') {
app.setAboutPanelOptions({
applicationName: "QRL Wallet",
applicationVersion: "1.0.8",
applicationVersion: "1.5.0",
version: "Electron 1.8.8",
copyright: "DIE QRL STIFTUNG, Zug Switzerland",
credits: "Scott Donald, JP Lomas and The QRL Team"
copyright: "Die QRL Stiftung, Zug Switzerland",
credits: "The QRL Developers"
});
}

Expand Down
Loading

0 comments on commit 68a2dc7

Please sign in to comment.