diff --git a/index.php b/index.php index 4e561d5..946884d 100644 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@ * Author URI: http://bhittani.com * Text Domain: kk-star-ratings * Domain Path: /languages - * Version: 3.0.0 + * Version: 3.0.1 * License: GPLv2 or later * * @package Bhittani\StarRating @@ -21,7 +21,7 @@ define('KKSR_FILE', __FILE__); define('KKSR_PLUGIN', plugin_basename(KKSR_FILE)); -define('KKSR_VERSION', '3.0.0'); +define('KKSR_VERSION', '3.0.1'); define('KKSR_PREFIX', 'kksr_'); define('KKSR_SLUG', 'kk-star-ratings'); define('KKSR_LABEL', 'kk Star Ratings'); diff --git a/src/activate.php b/src/activate.php index 50e7aac..38dfaa6 100644 --- a/src/activate.php +++ b/src/activate.php @@ -15,7 +15,7 @@ { $previousVersion = getOption('ver', false); - if ($previousVersion && version_compare($previousVersion, '3.0.0', '<')) { + if ($previousVersion && version_compare($previousVersion, '3.0.1', '<')) { // We are upgrading, lets normalize the previous options. upgradeOptions(); // Also normalize all the previous post ratings.