Skip to content

Commit

Permalink
Add version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansl committed Feb 22, 2019
1 parent 99cdf57 commit cfa37b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The original graphic will be not replaced.

## Download and Installation on macOS
Download Image Shrinker here:
https://github.com/stefansl/image-shrinker/releases/download/v1.3.7/image-shrinker-1.3.7.dmg
https://github.com/stefansl/image-shrinker/releases/download/v1.4.0/image-shrinker-1.4.0.dmg

Unpack and copy or drag the app into your macOS application folder.
For uninstalling, just drop the app into the bin.
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ log.info('App starting...');
let svg = new svgo();
let mainWindow;
global.debug = {
devTools: 1
devTools: 0
};

/**
Expand Down

0 comments on commit cfa37b5

Please sign in to comment.