From: Steve Sutton Date: Mon, 26 Feb 2018 16:49:16 +0000 (-0500) Subject: Bump version number X-Git-Tag: v1.0.5^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=15637a4f0d2204e81ab124278ee47ab0491250be;p=WP-Plugins%2Fglm-member-db-conditions.git Bump version number For hotfix --- diff --git a/index.php b/index.php index be77063..e8586ea 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database Conditions * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 1.0.4 + * Version: 1.0.5 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmMembersDatabaseConditionsAddOn * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.0.4 + * @version 1.0.5 */ /* @@ -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_CONDITIONS_PLUGIN_VERSION', '1.0.4'); +define('GLM_MEMBERS_CONDITIONS_PLUGIN_VERSION', '1.0.5'); define('GLM_MEMBERS_CONDITIONS_PLUGIN_DB_VERSION', '0.0.2'); // This is the minimum version of the GLM Members DB plugin require for this plugin.