Skip to content

Commit

Permalink
Version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mischabraam committed Mar 26, 2024
1 parent ef1a943 commit d52f1bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cli/valet.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit d52f1bd

Please sign in to comment.