bump version number
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 2 Dec 2015 21:07:44 +0000 (16:07 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 2 Dec 2015 21:07:44 +0000 (16:07 -0500)
glm-employment.php

index 37236dd..1337ce8 100644 (file)
@@ -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');