From a8930aa6fcc494bc201ed55dce33f2ae2f470bc2 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Wed, 2 Apr 2014 10:29:17 +1100 Subject: [PATCH] Update version number to 0.7.4 --- readme.txt | 4 ++-- sportspress.php | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index 14c12de8..7bde2c45 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ -=== SportsPress - flexible league management === +=== SportsPress - sports league management === Contributors: ThemeBoy Tags: sports, press, sports journalism, teams, team management, fixtures, results, standings, league tables, leagues, reporting, themeboy, wordpress sports, configurable Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=support@themeboy.com&item_name=Donation+for+SportsPress Requires at least: 3.8 Tested up to: 3.8.1 -Stable tag: 0.7.3 +Stable tag: 0.7.4 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html diff --git a/sportspress.php b/sportspress.php index eb9f3309..3bedc472 100644 --- a/sportspress.php +++ b/sportspress.php @@ -3,7 +3,7 @@ * Plugin Name: SportsPress * Plugin URI: http://wordpress.org/plugins/sportspress * Description: Manage your club and its players, staff, events, league tables, and player lists. - * Version: 0.7.3 + * Version: 0.7.4 * Author: ThemeBoy * Author URI: http://themeboy.com * Requires at least: 3.8 @@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) : * Main SportsPress Class * * @class SportsPress - * @version 0.7.3 + * @version 0.7.4 */ final class SportsPress { /** * @var string */ - public $version = '0.7.3'; + public $version = '0.7.4'; /** * @var SporsPress The single instance of the class