Update version number to 0.7.4

This commit is contained in:
Brian Miyaji
2014-04-02 10:29:17 +11:00
parent c37ab3cdb8
commit a8930aa6fc
2 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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