diff --git a/cherry-portfolio.php b/cherry-portfolio.php index c28a263..29299dc 100644 --- a/cherry-portfolio.php +++ b/cherry-portfolio.php @@ -3,7 +3,7 @@ * Plugin Name: Cherry Portfolio * Plugin URI: http://www.cherryframework.com/ * Description: A portfolio plugin for WordPress. - * Version: 1.0.4.5 + * Version: 1.0.4.6 * Author: Cherry Team * Author URI: http://www.cherryframework.com/ * Text Domain: cherry-portfolio @@ -88,7 +88,7 @@ function constants() { * * @since 1.0.0 */ - define( 'CHERRY_PORTFOLIO_VERSION', '1.0.4.5' ); + define( 'CHERRY_PORTFOLIO_VERSION', '1.0.4.6' ); /** * Set the slug of the plugin. @@ -243,4 +243,4 @@ public static function get_instance() { } Cherry_Portfolio::get_instance(); -} \ No newline at end of file +}