From: Steve Sutton Date: Tue, 11 Sep 2018 12:53:38 +0000 (-0400) Subject: Update version number X-Git-Tag: v1.0.0^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=800e4d9e37c4ea842af90bb31369bacbf61cd899;p=WP-Plugins%2Fglm-member-db-travel.git Update version number Also update plugin name. --- diff --git a/index.php b/index.php index 74f0124..8352305 100644 --- a/index.php +++ b/index.php @@ -1,9 +1,9 @@ * @license http://www.gaslightmedia.com Gaslightmedia - * @version 0.0.1 + * @version 1.0.0 */ // Check that we're being called by WordPress. @@ -43,7 +43,7 @@ if (!defined('ABSPATH')) { * so that we're sure the other add-ons see an up to date * version from this plugin. */ -define('GLM_MEMBERS_TRAVEL_PLUGIN_VERSION', '0.0.1'); +define('GLM_MEMBERS_TRAVEL_PLUGIN_VERSION', '1.0.0'); define('GLM_MEMBERS_TRAVEL_PLUGIN_DB_VERSION', '0.0.5'); // This is the minimum version of the GLM Members DB plugin require for this plugin.