From edddedb7a710a6907c71ce7029ed9ccb7a9a0e70 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 12 Nov 2015 14:53:40 -0500 Subject: [PATCH] release --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 7a55a18..69e089d 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** * Plugin Name: Gaslight Media Coupons * Description: Coupon Application for Gaslight Media Clients. - * Version: 0.0.4 Beta + * Version: 0.0.5 Beta * Author: Steve Sutton * Author URI: http://www.gaslightmedia.com * License: All right reserved @@ -14,7 +14,7 @@ defined('ABSPATH') or die(); */ define('GLM_COUPON_PLUGIN_PATH_FILE', __FILE__); define('GLM_COUPON_PLUGIN_PATH_DIR', __DIR__); -define('GLM_COUPON_VERSION', '0.0.1'); +define('GLM_COUPON_VERSION', '0.0.5'); define('GLM_COUPON_VERSION_OPTION_NAME', 'glm_coupons_db_version'); define('GLM_COUPON_POST_TYPE', 'glm_coupons'); define('GLM_COUPON_TAX_CATEGORIES', 'glm_couponscategory'); -- 2.17.1