Skip to content

Commit

Permalink
UPD: plug-in version
Browse files Browse the repository at this point in the history
  • Loading branch information
sargas committed Jul 14, 2016
1 parent 2fba592 commit 0deb119
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cherry-portfolio.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -243,4 +243,4 @@ public static function get_instance() {
}

Cherry_Portfolio::get_instance();
}
}

0 comments on commit 0deb119

Please sign in to comment.