Skip to content

Commit

Permalink
UPDATE: Version to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anantajitjg committed Oct 18, 2022
1 parent c258e5a commit 1ec114d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-job-openings",
"version": "3.3.1",
"version": "3.3.2",
"description": "Super simple Job Listing plugin to manage Job Openings and Applicants on your WordPress site.",
"main": "gulpfile.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions wp-job-openings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1
* Version: 3.3.2
* Requires at least: 4.8
* Requires PHP: 5.6
* License: GPLv2
Expand Down Expand Up @@ -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.3.1' );
define( 'AWSM_JOBS_PLUGIN_VERSION', '3.3.2' );
}
if ( ! defined( 'AWSM_JOBS_UPLOAD_DIR_NAME' ) ) {
define( 'AWSM_JOBS_UPLOAD_DIR_NAME', 'awsm-job-openings' );
Expand Down

0 comments on commit 1ec114d

Please sign in to comment.