From: Chuck Scott Date: Thu, 13 Oct 2016 14:55:34 +0000 (-0400) Subject: Another hotfix to test updates. X-Git-Tag: v1.0.6^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2c30b5802434cd9387a750f0c86cbcaecce4d969;p=WP-Plugins%2Fglm-serverstats.git Another hotfix to test updates. --- diff --git a/index.php b/index.php index 4be0343..09a93e0 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.5 + * Version: 1.0.6 * 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.5 + * @version 1.0.6 */ -define('GLM_SERVERSTATS_PLUGIN_VERSION', '1.0.4'); +define('GLM_SERVERSTATS_PLUGIN_VERSION', '1.0.6'); // Check that we're being called by WordPress. if (!defined('ABSPATH')) {