From: Steve Sutton Date: Tue, 28 Mar 2017 14:54:13 +0000 (-0400) Subject: Bump version number X-Git-Tag: v1.0.0^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=c1781098ad7e18b10096e844a9958eb3e22e9d50;p=WP-Plugins%2Fstaffords-employment.git Bump version number For release output changes for list view --- diff --git a/index.php b/index.php index bc1d044..d026ad5 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** * Plugin Name: Staffords Employment * Description: Online Employment Application for Staffords - * Version: 0.4.0 + * Version: 1.0.0 * 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.1'); +define('STAFFORDS_EMP_VERSION', '1.0.0'); define('STAFFORDS_EMP_SETTING_NAME', 'staffordsjobs_settings'); define('STAFFORDS_EMP_SETTINGS', 'staffordsjobs_settings'); define('STAFFORDS_EMP_NEW_CAPABILITY', 'edit_staffords_jobs');