From 219c4c82d4a0ac8f1a1512ce912ccb19367be4a0 Mon Sep 17 00:00:00 2001 From: Kamal Khan Date: Thu, 18 Jul 2019 12:17:10 +0500 Subject: [PATCH] Update version to 3.0.2 --- README.md | 2 +- index.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84a6b8d..6d85ba9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Tags: star ratings, votings, rate posts, ajax ratings, infinite stars, unlimited Requires at least: 4.5 Requires PHP: 5.5.9 Tested up to: 5.2.2 -Stable tag: 3.0.1 +Stable tag: 3.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/index.php b/index.php index 946884d..9d0c2bb 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.1 + * Version: 3.0.2 * 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.1'); +define('KKSR_VERSION', '3.0.2'); define('KKSR_PREFIX', 'kksr_'); define('KKSR_SLUG', 'kk-star-ratings'); define('KKSR_LABEL', 'kk Star Ratings');