diff --git a/composer.json b/composer.json index 4d80d63..3f35315 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { "name": "parshipgroup/crop-thumbnails", - "version": "1.5.0", + "version": "1.6.0", "type": "wordpress-plugin" } \ No newline at end of file diff --git a/crop-thumbnails.php b/crop-thumbnails.php index 3c90da5..ca5b62b 100644 --- a/crop-thumbnails.php +++ b/crop-thumbnails.php @@ -24,7 +24,7 @@ */ -define( 'CROP_THUMBNAILS_VERSION', '1.5.0' ); +define( 'CROP_THUMBNAILS_VERSION', '1.6.0' ); include_once __DIR__ . '/functions/helper.php'; include_once __DIR__ . '/functions/settingsscreen.php';