From f52ad224c21b3f6b433ec700d8478bac2af5318a Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Tue, 21 Jun 2016 16:25:28 -0400 Subject: [PATCH] Updated serial numbers to 0.0.1 --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index ed772a2..4c74af5 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database Search * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 0.0.7 + * Version: 0.0.1 * Author: Chuck Scott * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmMembersDatabaseSearchAddOn * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.1.1 + * @version 0.0.1 */ /* @@ -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_SEARCH_PLUGIN_VERSION', '0.0.7'); +define('GLM_MEMBERS_SEARCH_PLUGIN_VERSION', '0.0.1'); // define('GLM_MEMBERS_SEARCH_PLUGIN_DB_VERSION', '0.0.1'); // This is the minimum version of the GLM Members DB plugin require for this plugin. -- 2.17.1