From 64cc2edd748e16c8f0ee390f9b54e64a4fc5a5c8 Mon Sep 17 00:00:00 2001 From: Kamal Khan Date: Wed, 24 Jul 2019 11:51:29 +0500 Subject: [PATCH] Tag as 3.1.1 --- README.md | 2 +- index.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c7a76e..3e61d6e 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.1.0 +Stable tag: 3.1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/index.php b/index.php index 696efd6..ab0a646 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.1.0 + * Version: 3.1.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.1.0'); +define('KKSR_VERSION', '3.1.1'); define('KKSR_PREFIX', 'kksr_'); define('KKSR_SLUG', 'kk-star-ratings'); define('KKSR_LABEL', 'kk Star Ratings');