Skip to content

Commit

Permalink
bumped version to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
horst-n committed Feb 15, 2017
1 parent b491220 commit 5e72e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProcessCroppableImage3/ProcessCroppableImage3.module
Expand Up @@ -7,10 +7,10 @@ class ProcessCroppableImage3 extends Process implements Module {
'title' => 'Croppable Images 3 (Process)',
'summary' => 'One or more image uploads (optional predefined crops)',
'author' => 'Horst Nogajski',
'version' => '0.9.17',
'version' => 100,
'requires' => 'ProcessWire>=3.0.20, PHP>=5.3.8, FieldtypeCroppableImage3>=0.9.17',
'permission' => self::adminPagePermission,
'permissions' => array(self::adminPagePermission => 'Crop images with CroppableImage3'),
'permissions' => array(self::adminPagePermission => 'Crop images with CroppableImage3'),
'icon' => 'crop'
);
}
Expand Down

0 comments on commit 5e72e4e

Please sign in to comment.