/**
* 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
*/
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');