Skip to content

Commit

Permalink
Tagging version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmiyaji committed Mar 15, 2015
1 parent 005c664 commit ada126c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions sportspress.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ada126c

Please sign in to comment.