From: Chuck Scott Date: Fri, 14 Apr 2017 15:20:04 +0000 (-0400) Subject: New minor release with improved Update Server code X-Git-Tag: v1.1.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=530525819e970fd544edbaeb661782f022da33b7;p=WP-Plugins%2Fglm-serverstats.git New minor release with improved Update Server code --- diff --git a/index.php b/index.php index 6b668e2..e24086c 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.1.0 + * Version: 1.1.1 * 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.1.0 + * @version 1.1.1 */ -define('GLM_SERVERSTATS_PLUGIN_VERSION', '1.1.0'); +define('GLM_SERVERSTATS_PLUGIN_VERSION', '1.1.1'); // Check that we're being called by WordPress. if (!defined('ABSPATH')) {