Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Oct 11, 2014
1 parent f15d185 commit 48a2a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-job-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: WP Job Manager
Plugin URI: https://wpjobmanager.com/
Description: Manage job listings from the WordPress admin panel, and allow users to post jobs directly to your site.
Version: 1.16.0
Version: 1.16.1
Author: Mike Jolley
Author URI: http://mikejolley.com
Requires at least: 3.8
Expand Down Expand Up @@ -31,7 +31,7 @@ class WP_Job_Manager {
*/
public function __construct() {
// Define constants
define( 'JOB_MANAGER_VERSION', '1.16.0' );
define( 'JOB_MANAGER_VERSION', '1.16.1' );
define( 'JOB_MANAGER_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
define( 'JOB_MANAGER_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );

Expand Down

0 comments on commit 48a2a9f

Please sign in to comment.