From ada126c058e13bf94ab58ffb10ed8291cc2b1cd7 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sun, 15 Mar 2015 23:50:19 +1100 Subject: [PATCH] Tagging version 1.7 --- readme.txt | 2 +- sportspress.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index add61c4ee..f175a83df 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: sport, sports, club, clubs, teams, statistics, stats, metrics, data, fixtu Donate link: http://tboy.co/donate Requires at least: 3.8 Tested up to: 4.1 -Stable tag: 1.6.1 +Stable tag: 1.7 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html diff --git a/sportspress.php b/sportspress.php index 41ba84fbf..374fbb77e 100644 --- a/sportspress.php +++ b/sportspress.php @@ -3,7 +3,7 @@ * Plugin Name: SportsPress * Plugin URI: http://themeboy.com/sportspress/ * Description: Manage your club and its players, staff, events, league tables, and player lists. - * Version: 1.6.1 + * Version: 1.7 * Author: ThemeBoy * Author URI: http://themeboy.com * Requires at least: 3.8 @@ -26,14 +26,14 @@ * Main SportsPress Class * * @class SportsPress - * @version 1.6.1 + * @version 1.7 */ final class SportsPress { /** * @var string */ - public $version = '1.6.1'; + public $version = '1.7'; /** * @var SporsPress The single instance of the class