From: Steve Sutton Date: Thu, 12 Nov 2015 19:53:40 +0000 (-0500) Subject: release X-Git-Tag: v0.0.5^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=edddedb7a710a6907c71ce7029ed9ccb7a9a0e70;p=WP-Plugins%2Fglm-coupons.git release --- 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');