From: Chuck Scott Date: Fri, 12 Feb 2016 19:08:10 +0000 (-0500) Subject: v0.0.5 X-Git-Tag: v0.0.5^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b472ab352abf175e23ba225eb4af52c1ee7a4dcc;p=WP-Plugins%2Fglm-member-db-sample.git v0.0.5 --- diff --git a/glm-member-db-sample.php b/glm-member-db-sample.php index 48ca4a6..c182f64 100644 --- a/glm-member-db-sample.php +++ b/glm-member-db-sample.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.4 + * Version: 0.0.5 * 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.4'); +define('GLM_MEMBERS_SAMPLE_PLUGIN_VERSION', '0.0.5'); // 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.