From f33aa8d1d9d014caf8554d02fc88e480ecddea3c Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 8 Aug 2017 13:26:41 -0400 Subject: [PATCH] bump version number --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index fd8d15a..3f4cb29 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** * Plugin Name: Emmet County Employment * Description: Online Employment Application for Gaslight Media Clients. - * Version: 1.1.0 + * Version: 1.1.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('EMMET_EMP_PLUGIN_PATH_FILE', __FILE__); -define('EMMET_EMP_VERSION', '0.0.1'); +define('EMMET_EMP_VERSION', '1.1.1'); define('EMMET_EMP_SETTING_NAME', 'emmetjobs_settings'); define('EMMET_EMP_SETTINGS', 'emmetjobs_settings'); define('EMMET_EMP_NEW_CAPABILITY', 'edit_posts'); -- 2.17.1