From 2e68b230a88524bfcab9e87413244adfe6732f87 Mon Sep 17 00:00:00 2001 From: cheh Date: Thu, 16 Jun 2016 16:48:37 +0300 Subject: [PATCH] Version bump to 1.0.4 --- cherry-social.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cherry-social.php b/cherry-social.php index f4828d0..e645593 100644 --- a/cherry-social.php +++ b/cherry-social.php @@ -3,7 +3,7 @@ * Plugin Name: Cherry Social * Plugin URI: http://www.cherryframework.com/ * Description: A social plugin for WordPress. - * Version: 1.0.4-beta2 + * Version: 1.0.4 * Author: Cherry Team * Author URI: http://www.cherryframework.com/ * Text Domain: cherry-social @@ -101,7 +101,7 @@ private function __construct() { * @since 1.0.0 */ public function constants() { - define( 'CHERRY_SOCIAL_VERSION', '1.0.4-beta2' ); + define( 'CHERRY_SOCIAL_VERSION', '1.0.4' ); define( 'CHERRY_SOCIAL_SLUG', basename( dirname( __FILE__ ) ) ); define( 'CHERRY_SOCIAL_DIR', trailingslashit( plugin_dir_path( __FILE__ ) ) ); define( 'CHERRY_SOCIAL_URI', trailingslashit( plugin_dir_url( __FILE__ ) ) );