Skip to content

Commit

Permalink
Add basic auth to cwd sharing, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Jul 4, 2022
1 parent 2d3b10b commit 9f03b8e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Commands/ShareCurrentWorkingDirectoryCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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()
{
Expand Down
Binary file modified builds/expose
Binary file not shown.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
|
*/

'version' => '2.2.0',
'version' => '2.2.1',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 9f03b8e

Please sign in to comment.