From 3af927ae725d51cbc6641882871b025cb90b07ca Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Tue, 27 Sep 2016 15:55:19 -0400 Subject: [PATCH] Update test --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 980d624..f1b0917 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM ServerStats - Stand Alone * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Server Stats Display. - * Version: 1.0.2 + * Version: 1.0.3 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,10 +19,10 @@ * @package glmServerStats * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.0.2 + * @version 1.0.3 */ -define('GLM_SERVERSTATS_PLUGIN_VERSION', '1.0.2'); +define('GLM_SERVERSTATS_PLUGIN_VERSION', '1.0.3'); // Check that we're being called by WordPress. if (!defined('ABSPATH')) { -- 2.17.1