From fe2c9fb49ea0ba775bcc5ad6fc5e4210f27be896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Sat, 21 Feb 2015 14:39:51 -0200 Subject: [PATCH] Prepare for new version release. --- README.md | 4 ++-- bin/mage | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b5cfca..064c932 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Simply add the following dependency to your project’s composer.json file: ```js "require-dev": { // ... - "andres-montanez/magallanes": "~1.0.3" + "andres-montanez/magallanes": "~1.0.*" // ... } ``` @@ -37,7 +37,7 @@ $ bin/mage version ### System-wide installation with composer ### ```bash -$ composer global require "andres-montanez/magallanes=~1.0.3" +$ composer global require "andres-montanez/magallanes=~1.0.*" ``` Make sure you have ~/.composer/vendor/bin/ in your path. diff --git a/bin/mage b/bin/mage index 986bafb..80d9b88 100755 --- a/bin/mage +++ b/bin/mage @@ -13,7 +13,7 @@ date_default_timezone_set('UTC'); $baseDir = dirname(dirname(__FILE__)); -define('MAGALLANES_VERSION', '1.0.3'); +define('MAGALLANES_VERSION', '1.0.4'); define('MAGALLANES_DIRECTORY', $baseDir); if (file_exists(__DIR__ . '/../vendor/autoload.php')) { @@ -26,7 +26,6 @@ if (file_exists(__DIR__ . '/../vendor/autoload.php')) { spl_autoload_register(array($loader, 'autoLoad')); } - // Clean arguments array_shift($argv);