Skip to content

Commit

Permalink
Update version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalkhan committed Jul 18, 2019
1 parent 5a74131 commit 19938f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion src/activate.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 19938f3

Please sign in to comment.