From: Chuck Scott Date: Tue, 27 Sep 2016 20:33:28 +0000 (-0400) Subject: Updated version to 1.0.4 X-Git-Tag: v1.0.4^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2d2fc38e521ae3a29a4bda016ef6fbbdf3b51147;p=WP-Plugins%2Fglm-serverstats.git Updated version to 1.0.4 --- diff --git a/index.php b/index.php index f1b0917..fd90db8 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.3 + * Version: 1.0.4 * 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.3 + * @version 1.0.4 */ -define('GLM_SERVERSTATS_PLUGIN_VERSION', '1.0.3'); +define('GLM_SERVERSTATS_PLUGIN_VERSION', '1.0.4'); // Check that we're being called by WordPress. if (!defined('ABSPATH')) {