Skip to content

Commit

Permalink
Update version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNaso committed Jul 4, 2018
1 parent 3faa4f1 commit e553606
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 @@ -62,7 +62,7 @@ Before installing MagickCLI you need to assure you have the following prerequisi

* **ImageMagick** for your Operating System.

## At the moment MagickCLI is fully compatible with ImageMagick from version 7.0.1 to 7.0.5
## At the moment MagickCLI is fully compatible with ImageMagick from version 7.0.1 to 7.0.8

## Linux

Expand Down
2 changes: 1 addition & 1 deletion lib/magick-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const MagickCLI = require('bindings')('MagickCLI')

module.exports = {

MAX_SUPPORTED_VERSION: '7.0.7',
MAX_SUPPORTED_VERSION: '7.0.8',

MIN_SUPPORTED_VERSION: '7.0.1',

Expand Down

0 comments on commit e553606

Please sign in to comment.