diff --git a/bootstrap.php b/bootstrap.php index d01c7e5..a0926b2 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -17,7 +17,7 @@ function () { 'callback' => function ( Container $container ) { if ( ! defined( 'NFD_INSTALLER_VERSION' ) ) { - define( 'NFD_INSTALLER_VERSION', '1.1.4' ); + define( 'NFD_INSTALLER_VERSION', '1.1.5' ); } new Installer( $container );