Skip to content

Commit

Permalink
Bug fix - Configutil line removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemal Ruparelia committed Oct 17, 2017
1 parent cb2df51 commit 0186202
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions appUpdater.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ const { autoUpdater } = require('electron-updater');
const isDev = require('electron-is-dev');
const log = require('electron-log');

const ConfigUtil = require('./../renderer/js/utils/config-util.js');

function appUpdater() {
// Don't initiate auto-updates in development and on Linux system
// since autoUpdater doesn't work on Linux
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": "0.1.11",
"version": "0.1.12",
"repository": {
"type": "git",
"url": "https://github.com/HemalR/mediref-desktop.git"
Expand Down

0 comments on commit 0186202

Please sign in to comment.