From 61597516029e5fa018f7908002ec2438630795cc Mon Sep 17 00:00:00 2001 From: akarmosin Date: Wed, 5 Oct 2022 13:25:56 +0200 Subject: [PATCH] - 1.6.0 --- composer.json | 2 +- crop-thumbnails.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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';