diff --git a/README.MD b/README.MD index b06f9e31..f009d5eb 100644 --- a/README.MD +++ b/README.MD @@ -62,7 +62,7 @@ Here are a few key differences compared to the original Valet: - ~~Ioncube~~ - Rewrite/unrewrite public domain to local environment - ~~DevTools~~ -- Binaries (magerun, magerun2, drush, wp-cli) +- Binaries (magerun, magerun2, drush, wp-cli, shopware-cli) ### Changes vs Valet+ 2 @@ -75,18 +75,6 @@ Here are a few key differences compared to the original Valet: -## Valet+ Authors - -- Mischa Braam ([@mischabraam](https://github.com/mischabraam)) -- Tim Neutkens ([@timneutkens](https://github.com/timneutkens)) -- Sam Granger ([@samgranger](https://github.com/samgranger)) - -## Valet+ Contributors - -- Lou van der Laarse ([@Neodork](https://github.com/Neodork)) - - - ## Get in touch [![slack](https://p9.zdassets.com/hc/theme_assets/138842/200037786/logo.png)](https://join.slack.com/t/valet-plus/shared_invite/enQtNDE2MjU2NzgyNjQwLWFiYWNjOWFhOWQ2ZDcyOTEyZTA2MzAzOWYyYzYwMTYzODVlMGE3ZDg3ZWQ1M2JmN2M0OGY3OGUwMDI3NDM1NDU) diff --git a/cli/valet.php b/cli/valet.php index 4ffa06ce..8088131f 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -31,7 +31,7 @@ $laravelValetName = $app->getName(); $laravelValetVersion = $app->getVersion(); $valetPlusName = 'Valet+'; -$valetPlusVersion = '3.0.1'; +$valetPlusVersion = '3.0.2'; $app->setVersion($laravelValetName . ' ' . $laravelValetVersion); $app->setName(' ' . $valetPlusName . ' ' . $valetPlusVersion . "\n");