diff --git a/wp-job-openings.php b/wp-job-openings.php index df763e0f..ca8b4c48 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: 4.6.9 + * Version: 3.5.0 * 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', '4.6.9' ); + define( 'AWSM_JOBS_PLUGIN_VERSION', '3.5.0' ); } if ( ! defined( 'AWSM_JOBS_UPLOAD_DIR_NAME' ) ) { define( 'AWSM_JOBS_UPLOAD_DIR_NAME', 'awsm-job-openings' );