Skip to content

Commit

Permalink
Bump version and change the ascii art
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Richardson committed Sep 4, 2016
1 parent 58105e5 commit 338c1f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
10 changes: 7 additions & 3 deletions magestead
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@
set_time_limit(0);

// include the composer autoloader
// require_once __DIR__ . '/../../../vendor/autoload.php';
require_once __DIR__ . '/vendor/autoload.php';
require_once __DIR__ . '/../../../vendor/autoload.php';

/**
* Use this autoloader to test locally.
*/
//require_once __DIR__ . '/vendor/autoload.php';

// import the Symfony Console Application
use Symfony\Component\Console\Application;

define('APP_PATH', __DIR__);

$app = new Application('Magestead CLI', '2.1.0');
$app = new Application('Magestead CLI', '2.2.0');
$app->addCommands(array(
// Project Setup Command
new Magestead\Command\NewCommand(),
Expand Down
12 changes: 5 additions & 7 deletions provision/puphpet/shell/ascii-art/self-promotion.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
__ __ _ ____ _____ ____ _____ _____ _ ____
| \/ | / \ / ___| ____/ ___|_ _| ____| / \ | _ \
| |\/| | / _ \| | _| _| \___ \ | | | _| / _ \ | | | |
| | | |/ ___ \ |_| | |___ ___) || | | |___ / ___ \| |_| |
|_| |_/_/ \_\____|_____|____/ |_| |_____/_/ \_\____/

███╗ ███╗ █████╗ ██████╗ ███████╗███████╗████████╗███████╗ █████╗ ██████╗
████╗ ████║██╔══██╗██╔════╝ ██╔════╝██╔════╝╚══██╔══╝██╔════╝██╔══██╗██╔══██╗
██╔████╔██║███████║██║ ███╗█████╗ ███████╗ ██║ █████╗ ███████║██║ ██║
██║╚██╔╝██║██╔══██║██║ ██║██╔══╝ ╚════██║ ██║ ██╔══╝ ██╔══██║██║ ██║
██║ ╚═╝ ██║██║ ██║╚██████╔╝███████╗███████║ ██║ ███████╗██║ ██║██████╔╝
╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═════╝

____ ____ _ _ ____ _ generated using
| _ \ _ _| _ \| | | | _ \ ___| |_ ___ ___ _ __ ___
| |_) | | | | |_) | |_| | |_) / _ \ __| / __/ _ \| '_ ` _ \
Expand Down

0 comments on commit 338c1f2

Please sign in to comment.