Skip to content

Commit

Permalink
Merge pull request #15 from newfold-labs/release/1.1.3
Browse files Browse the repository at this point in the history
Bump Installer to 1.1.3
  • Loading branch information
arunshenoy99 authored Nov 1, 2023
2 parents 4c9854f + 1438387 commit 7375873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 7375873

Please sign in to comment.