From 0313d490ec2985d43de27b97e7fc6ae0063c0e1b Mon Sep 17 00:00:00 2001 From: Micah Wood Date: Wed, 26 Aug 2020 14:21:11 -0400 Subject: [PATCH] Bump version to 2.0.1 --- bluehost-wordpress-plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bluehost-wordpress-plugin.php b/bluehost-wordpress-plugin.php index 78c37aaac..a592a65b5 100644 --- a/bluehost-wordpress-plugin.php +++ b/bluehost-wordpress-plugin.php @@ -2,7 +2,7 @@ /** * Plugin Name: Bluehost * Description: This plugin integrates your WordPress site with the Bluehost control panel, including performance, security, and update features. - * Version: 2.0 + * Version: 2.0.1 * Requires at least: 4.7 * Requires PHP: 5.6 * Author: Bluehost @@ -27,7 +27,7 @@ } // Define constants -define( 'BLUEHOST_PLUGIN_VERSION', '2.0' ); +define( 'BLUEHOST_PLUGIN_VERSION', '2.0.1' ); define( 'BLUEHOST_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'BLUEHOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );