Skip to content

Commit

Permalink
Update IMAGIFY_VERSION constant value
Browse files Browse the repository at this point in the history
  • Loading branch information
remyperona committed Sep 26, 2016
1 parent e1571b0 commit b949527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagify.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
defined( 'ABSPATH' ) or die( 'Cheatin\' uh?' );

// Imagify defines
define( 'IMAGIFY_VERSION' , '1.5.8' );
define( 'IMAGIFY_VERSION' , '1.5.9' );
define( 'IMAGIFY_SLUG' , 'imagify' );
define( 'IMAGIFY_SETTINGS_SLUG' , IMAGIFY_SLUG . '_settings' );
define( 'IMAGIFY_WEB_MAIN' , 'https://imagify.io' );
Expand Down

0 comments on commit b949527

Please sign in to comment.