From e553606f5f77ac52cc68ab9e74f6e55a6ee6a1f8 Mon Sep 17 00:00:00 2001 From: NickNaso Date: Wed, 4 Jul 2018 15:24:07 +0200 Subject: [PATCH] Update version compatibility --- README.md | 2 +- lib/magick-cli.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d98213c..49f2288 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/magick-cli.js b/lib/magick-cli.js index 756c33a..1d3e605 100644 --- a/lib/magick-cli.js +++ b/lib/magick-cli.js @@ -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',