diff --git a/app/Commands/ShareCurrentWorkingDirectoryCommand.php b/app/Commands/ShareCurrentWorkingDirectoryCommand.php index eed099a..33d91ce 100644 --- a/app/Commands/ShareCurrentWorkingDirectoryCommand.php +++ b/app/Commands/ShareCurrentWorkingDirectoryCommand.php @@ -4,7 +4,7 @@ namespace App\Commands; class ShareCurrentWorkingDirectoryCommand extends ShareCommand { - protected $signature = 'share-cwd {host?} {--subdomain=} {--auth=} {--dns=} {--domain=}'; + protected $signature = 'share-cwd {host?} {--subdomain=} {--auth=} {--basicAuth=} {--dns=} {--domain=}'; public function handle() { diff --git a/builds/expose b/builds/expose index a2f94e7..fc21f06 100755 Binary files a/builds/expose and b/builds/expose differ diff --git a/config/app.php b/config/app.php index f0dd476..9959800 100644 --- a/config/app.php +++ b/config/app.php @@ -26,7 +26,7 @@ return [ | */ - 'version' => '2.2.0', + 'version' => '2.2.1', /* |--------------------------------------------------------------------------