From 800e4d9e37c4ea842af90bb31369bacbf61cd899 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 11 Sep 2018 08:53:38 -0400 Subject: [PATCH] Update version number Also update plugin name. --- index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.17.1