diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index 479c6b230..1e72dcf1d 100644 --- a/bluehost-wordpress-plugin.php +++ b/bluehost-wordpress-plugin.php @@ -11,7 +11,7 @@ * Plugin Name: The Bluehost Plugin * Plugin URI: https://bluehost.com * Description: WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features. - * Version: 3.4 + * Version: 3.4.0 * Requires at least: 6.0 * Requires PHP: 7.1 * Tested up to: 6.3 @@ -31,7 +31,7 @@ } // Define constants -define( 'BLUEHOST_PLUGIN_VERSION', '3.4' ); +define( 'BLUEHOST_PLUGIN_VERSION', '3.4.0' ); define( 'BLUEHOST_PLUGIN_FILE', __FILE__ ); define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); diff --git a/package-lock.json b/package-lock.json index 1ac503093..cc9267761 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.3.2", + "version": "3.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "3.3.2", + "version": "3.4.0", "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.0.18", diff --git a/package.json b/package.json index 0a7490edd..66f6be2f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "description": "WordPress plugin that integrates your WordPress site with the Bluehost control panel, including performance, security, and update features.", "license": "GPL-2.0-or-later", - "version": "3.4", + "version": "3.4.0", "private": true, "repository": { "type": "git",