From c1781098ad7e18b10096e844a9958eb3e22e9d50 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 28 Mar 2017 10:54:13 -0400 Subject: [PATCH] Bump version number For release output changes for list view --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'); -- 2.17.1