diff --git a/builds/expose b/builds/expose index f940f19..423770d 100755 Binary files a/builds/expose and b/builds/expose differ diff --git a/composer.json b/composer.json index 7e7f06d..da3bf50 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^8.0", "ext-json": "*", - "padraic/phar-updater": "^1.0.6" + "laravel-zero/phar-updater": "^1.2" }, "require-dev": { "cboden/ratchet": "^0.4.3", diff --git a/config/app.php b/config/app.php index 868defa..8c9cf29 100644 --- a/config/app.php +++ b/config/app.php @@ -26,7 +26,7 @@ | */ - 'version' => '2.1.0', + 'version' => '2.1.2', /* |--------------------------------------------------------------------------