Skip to content

Commit

Permalink
Version 1.0.9 ready to publish.
Browse files Browse the repository at this point in the history
Electron update ready to be merged into master.
  • Loading branch information
Hemal Ruparelia committed Feb 1, 2021
1 parent 298efb7 commit ef699ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ if (!gotTheLock) {
mainWindow.loadURL('http://localhost:3000/new');
mainWindow.webContents.openDevTools();
} else {
mainWindow.loadURL('https://staging.mediref.com.au/new');
mainWindow.loadURL('https://www.mediref.com.au/new');
}
setMenu(app);
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mediref-desktop",
"version": "1.0.8",
"version": "1.0.9",
"repository": {
"type": "git",
"url": "https://github.com/HemalR/mediref-desktop.git"
Expand Down

0 comments on commit ef699ae

Please sign in to comment.