From 14383877bca06f888d38303eabee4f6c01fd184a Mon Sep 17 00:00:00 2001 From: arunshenoy99 Date: Wed, 1 Nov 2023 15:56:33 +0530 Subject: [PATCH] Bump Installer to 1.1.3 --- bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );