diff --git a/bootstrap.php b/bootstrap.php index 0bedbaf..e68da71 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.2' ); + define( 'NFD_INSTALLER_VERSION', '1.1.3' ); } new Installer( $container );