From: Steve Sutton Date: Wed, 2 Dec 2015 21:07:44 +0000 (-0500) Subject: bump version number X-Git-Tag: v0.2.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e149d968686b40c493469c53151cff50a7ba03e9;p=WP-Plugins%2Fstaffords-employment.git bump version number --- diff --git a/glm-employment.php b/glm-employment.php index 37236dd..1337ce8 100644 --- a/glm-employment.php +++ b/glm-employment.php @@ -2,7 +2,7 @@ /** * Plugin Name: Staffords Employment * Description: Online Employment Application for Staffords - * Version: 0.1.2 + * Version: 0.2.1 * Author: Steve Sutton * Author URI: http://www.gaslightmedia.com * License: All right reserved @@ -13,7 +13,7 @@ defined('ABSPATH') or die(); * Defines for the plugin */ define('STAFFORDS_EMP_PLUGIN_PATH_FILE', __FILE__); -define('STAFFORDS_EMP_VERSION', '0.2.0'); +define('STAFFORDS_EMP_VERSION', '0.2.1'); define('STAFFORDS_EMP_VRS_OPTION_NAME', 'staffords_jobs_db_version'); define('STAFFORDS_EMP_POST_TYPE', 'staffords_jobs'); define('STAFFORDS_EMP_TAX_CATEGORIES', 'staffords_jobscategory');