From 3945f2f86638fdf3095a6af0632f47ef1e8a5ff4 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Thu, 18 Feb 2016 13:27:18 -0500 Subject: [PATCH] V0.0.7 --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 5f6e10d..daaecd1 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database Sample * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 0.0.6 + * Version: 0.0.7 * Author: Chuck Scott * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -53,7 +53,7 @@ * so that we're sure the other add-ons see an up to date * version from this plugin. */ -define('GLM_MEMBERS_SAMPLE_PLUGIN_VERSION', '0.0.6'); +define('GLM_MEMBERS_SAMPLE_PLUGIN_VERSION', '0.0.7'); // define('GLM_MEMBERS_SAMPLE_PLUGIN_DB_VERSION', '0.0.1'); // This is the minimum version of the GLM Members DB plugin require for this plugin. -- 2.17.1