Tag version 2.0.16

This commit is contained in:
Brian Miyaji
2016-08-17 10:18:28 +10:00
parent 1893b61d81
commit 63f41473f8
3 changed files with 13 additions and 7 deletions

View File

@@ -3,11 +3,11 @@
* Plugin Name: SportsPress
* Plugin URI: http://themeboy.com/sportspress/
* Description: Manage your club and its players, staff, events, league tables, and player lists.
* Version: 2.0.14
* Version: 2.0.16
* Author: ThemeBoy
* Author URI: http://themeboy.com
* Requires at least: 3.8
* Tested up to: 4.5
* Tested up to: 4.6
*
* Text Domain: sportspress
* Domain Path: /languages/
@@ -26,14 +26,14 @@ if ( ! class_exists( 'SportsPress' ) ) :
* Main SportsPress Class
*
* @class SportsPress
* @version 2.0.14
* @version 2.0.16
*/
final class SportsPress {
/**
* @var string
*/
public $version = '2.0.14';
public $version = '2.0.16';
/**
* @var SportsPress The single instance of the class