Doing 0.1.0 release
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 13 Dec 2016 21:00:57 +0000 (16:00 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 13 Dec 2016 21:00:57 +0000 (16:00 -0500)
index.php

index 80ac76f..6964757 100644 (file)
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@
  * Plugin Name: GLM Members Database NearMe
  * Plugin URI: http://www.gaslightmedia.com/
  * Description: GLM Associate add-on that provides site users information on activities and offers near their current, or selected, location.
- * Version: 0.0.1
+ * Version: 0.1.0
  * Author: Gaslight Media
  * Author URI: http://www.gaslightmedia.com/
  * License: GPL2
@@ -19,7 +19,7 @@
  * @package glmMembersNearMeAddOn
  * @author Chuck Scott <cscott@gaslightmedia.com>
  * @license http://www.gaslightmedia.com Gaslightmedia
- * @version 0.0.1
+ * @version 0.1.0
  */
 
 /*
@@ -37,7 +37,7 @@
  *  so that we're sure the other add-ons see an up to date
  *  version from this plugin.
  */
-define('GLM_MEMBERS_NEARME_PLUGIN_VERSION', '0.0.1');
+define('GLM_MEMBERS_NEARME_PLUGIN_VERSION', '0.1.0');
 //define('GLM_MEMBERS_NEARME_PLUGIN_DB_VERSION', '0.0.1');
 
 // This is the minimum version of the GLM Members DB plugin require for this plugin.