Skip to content

Commit f24fef2

Browse files
committed
wip
1 parent 8a9fbba commit f24fef2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ It is possible to install WordPress through the installer. You will be prompted
1010

1111
Note that this will setup WordPress, but you still need a local development enviroment for PHP and MySQL. If you use MacOS, try out [Laravel Valet](https://laravel.com/docs/8.x/valet).
1212

13+
## Release notes
14+
15+
- Update version number in `bin/tailpress`.
16+
1317
## Thanks
1418

1519
This package is inspired by the [Laravel Installer](https://github.com/laravel/installer).

bin/tailpress

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ if (file_exists(__DIR__.'/../../../autoload.php')) {
77
require __DIR__.'/../vendor/autoload.php';
88
}
99

10-
$app = new Symfony\Component\Console\Application('TailPress Installer', '0.2.3');
10+
$app = new Symfony\Component\Console\Application('TailPress Installer', '1.0.1');
1111

1212
$app->add(new Jeffreyvr\TailPressInstaller\Console\NewCommand);
1313

14-
$app->run();
14+
$app->run();

0 commit comments

Comments
 (0)