Skip to content

Commit

Permalink
UPDATE: Version to 3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinjohn22 committed Apr 2, 2024
1 parent 7f7ad89 commit 2266e06
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 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.4.5",
"version": "3.4.6",
"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.4.5
* Version: 3.4.6
* 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.4.5' );
define( 'AWSM_JOBS_PLUGIN_VERSION', '3.4.6' );
}
if ( ! defined( 'AWSM_JOBS_UPLOAD_DIR_NAME' ) ) {
define( 'AWSM_JOBS_UPLOAD_DIR_NAME', 'awsm-job-openings' );
Expand Down

0 comments on commit 2266e06

Please sign in to comment.