Skip to content

Commit

Permalink
- 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akarmosin committed Oct 5, 2022
1 parent 78a1f94 commit 6159751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "parshipgroup/crop-thumbnails",
"version": "1.5.0",
"version": "1.6.0",
"type": "wordpress-plugin"
}
2 changes: 1 addition & 1 deletion crop-thumbnails.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 6159751

Please sign in to comment.