From b418c3aa8c192e805930abd9871b301d16671ba8 Mon Sep 17 00:00:00 2001 From: arunshenoy99 Date: Wed, 28 Aug 2024 12:07:38 +0530 Subject: [PATCH] Bump Installer to 1.1.5 --- bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );