From: Chuck Scott Date: Tue, 1 Dec 2015 20:22:44 +0000 (-0500) Subject: Updated version numbers X-Git-Tag: v1.0.4^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f0244e285692b84c12863b57c2540e1f954908d2;p=WP-Plugins%2Fglm-member-db-contacts.git Updated version numbers --- diff --git a/glm-member-db-contacts.php b/glm-member-db-contacts.php index b5108d8..84ed45f 100644 --- a/glm-member-db-contacts.php +++ b/glm-member-db-contacts.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database Contacts * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 1.0.3 + * Version: 1.0.4 * Author: Chuck Scott * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmMembersDatabaseContacts * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.0.3 + * @version 1.0.4 */ /* @@ -33,7 +33,7 @@ * version when there's a change in the database!! Use the * version nunmber of that release for the DB version. */ -define('GLM_MEMBERS_CONTACTS_PLUGIN_VERSION', '1.0.3'); +define('GLM_MEMBERS_CONTACTS_PLUGIN_VERSION', '1.0.4'); define('GLM_MEMBERS_CONTACTS_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION', '1.0.44'); define('REQUIRED_GLM_MEMBERS_PLUGIN_MIN_DB_VERSION', '1.0.41');