From: Chuck Scott Date: Tue, 9 Feb 2016 17:42:29 +0000 (-0500) Subject: v0.0.4 X-Git-Tag: v0.0.4^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9a06a7dfc095f5543e0598d2a6c7daefabd978bd;p=WP-Plugins%2Fglm-member-db-sample.git v0.0.4 --- diff --git a/glm-member-db-sample.php b/glm-member-db-sample.php index 035a30e..48ca4a6 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.2 + * Version: 0.0.4 * 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.2'); +define('GLM_MEMBERS_SAMPLE_PLUGIN_VERSION', '0.0.4'); // 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.