diff --git a/godaddy-email-marketing.php b/godaddy-email-marketing.php index a7b0044..9238b4d 100644 --- a/godaddy-email-marketing.php +++ b/godaddy-email-marketing.php @@ -104,7 +104,7 @@ private function setup_constants() { // Plugin's main directory. defined( 'GEM_VERSION' ) - or define( 'GEM_VERSION', '1.1.2' ); + or define( 'GEM_VERSION', '1.1.3' ); // Set up the base name. isset( self::$basename ) || self::$basename = plugin_basename( __FILE__ );