Update version to 0.6.1

This commit is contained in:
Brian Miyaji
2014-03-22 12:59:19 +11:00
parent 27e76e0ea8
commit 8c24b87f01
2 changed files with 7 additions and 4 deletions

View File

@@ -6,7 +6,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: 0.6
Version: 0.6.1
Author: ThemeBoy
Author URI: http://themeboy.com/
License: GPLv3
@@ -18,7 +18,7 @@ if ( !function_exists( 'add_action' ) ):
exit;
endif;
define( 'SPORTSPRESS_VERSION', '0.6' );
define( 'SPORTSPRESS_VERSION', '0.6.1' );
define( 'SPORTSPRESS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'SPORTSPRESS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
define( 'SPORTSPRESS_PLUGIN_FILE', __FILE__ );