Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Priest committed Jul 31, 2023
1 parent d2f58a8 commit b1897e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PasswordResetServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function register()
public function boot()
{
AboutCommand::add('JoePriest/PasswordReset', [
'Version' => '1.0.1',
'Version' => '1.0.2',
]);

$this->mergeConfigFrom(__DIR__.'/../config/password-reset.php', 'password-reset');
Expand Down

0 comments on commit b1897e3

Please sign in to comment.