Updated version
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 13 Jan 2017 18:23:11 +0000 (13:23 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 13 Jan 2017 18:23:11 +0000 (13:23 -0500)
index.php

index 09a93e0..ef7854c 100644 (file)
--- 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.6
+ * Version: 1.0.7
  * Author: Gaslight Media
  * Author URI: http://www.gaslightmedia.com/
  * License: GPL2
  * @package glmServerStats
  * @author Chuck Scott <cscott@gaslightmedia.com>
  * @license http://www.gaslightmedia.com Gaslightmedia
- * @version 1.0.6
+ * @version 1.0.7
  */
 
-define('GLM_SERVERSTATS_PLUGIN_VERSION', '1.0.6');
+define('GLM_SERVERSTATS_PLUGIN_VERSION', '1.0.7');
 
 // Check that we're being called by WordPress.
 if (!defined('ABSPATH')) {