From e91b02f47f60445eb8f4b5d875fed23d76aee505 Mon Sep 17 00:00:00 2001 From: nithinjohn22 Date: Tue, 1 Aug 2023 15:10:50 +0530 Subject: [PATCH] Build changes --- wp-job-openings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-job-openings.php b/wp-job-openings.php index 4e73c5d..c16ba0a 100644 --- a/wp-job-openings.php +++ b/wp-job-openings.php @@ -5,7 +5,7 @@ * Description: Super simple Job Listing plugin to manage Job Openings and Applicants on your WordPress site. * Author: AWSM Innovations * Author URI: https://awsm.in/ - * Version: 3.4 + * Version: 3.4.1 * Requires at least: 4.8 * Requires PHP: 5.6 * License: GPLv2 @@ -37,7 +37,7 @@ define( 'AWSM_JOBS_PLUGIN_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) ); } if ( ! defined( 'AWSM_JOBS_PLUGIN_VERSION' ) ) { - define( 'AWSM_JOBS_PLUGIN_VERSION', '3.4' ); + define( 'AWSM_JOBS_PLUGIN_VERSION', '3.4.1' ); } if ( ! defined( 'AWSM_JOBS_UPLOAD_DIR_NAME' ) ) { define( 'AWSM_JOBS_UPLOAD_DIR_NAME', 'awsm-job-openings' );