diff --git a/app/Commands/ShareCurrentWorkingDirectoryCommand.php b/app/Commands/ShareCurrentWorkingDirectoryCommand.php index 6574e88..e2a8c72 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=}'; + protected $signature = 'share-cwd {host?} {--subdomain=} {--auth=} {--server-host=} {--server-port=}'; public function handle() { diff --git a/builds/expose b/builds/expose index 7a457c1..88c8235 100755 Binary files a/builds/expose and b/builds/expose differ diff --git a/config/app.php b/config/app.php index 6946aa4..3fda54c 100644 --- a/config/app.php +++ b/config/app.php @@ -26,7 +26,7 @@ return [ | */ - 'version' => '1.3.0', + 'version' => '1.5.0', /* |--------------------------------------------------------------------------