Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed May 4, 2023
1 parent 92525d9 commit 80d1e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bluehost-wordpress-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: The Bluehost Plugin
* Description: This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.
* Version: 2.13.3
* Version: 2.13.4
* Tested up to: 6.2
* Requires at least: 5.9
* Requires PHP: 7.0
Expand Down Expand Up @@ -35,7 +35,7 @@
}

// Define constants
define( 'BLUEHOST_PLUGIN_VERSION', '2.13.3' );
define( 'BLUEHOST_PLUGIN_VERSION', '2.13.4' );
define( 'BLUEHOST_PLUGIN_FILE', __FILE__ );
define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down

0 comments on commit 80d1e8e

Please sign in to comment.