diff --git a/includes/Data/Constants.php b/includes/Data/Constants.php index 5ecf8b6..f0f9612 100644 --- a/includes/Data/Constants.php +++ b/includes/Data/Constants.php @@ -15,7 +15,7 @@ class Constants { */ public function __construct( $container ) { if ( ! defined( 'NFD_INSTALLER_VERSION' ) ) { - define( 'NFD_INSTALLER_VERSION', '1.2.0' ); + define( 'NFD_INSTALLER_VERSION', '1.2.1' ); } if ( ! defined( 'NFD_INSTALLER_BUILD_DIR' ) && defined( 'NFD_INSTALLER_VERSION' ) ) { define( 'NFD_INSTALLER_BUILD_DIR', dirname( __DIR__, 2 ) . '/build/' . NFD_INSTALLER_VERSION );