From 781213dd732be8c2e0f6c430629c0c5ea520405e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Sun, 12 Apr 2015 16:45:32 -0300 Subject: [PATCH] Prepare for version 1.0.6 --- LICENSE | 2 +- bin/mage | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 78cd384..bb046cd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011 - 2014 Andrés Montañez +Copyright (c) 2011 - 2015 Andrés Montañez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/bin/mage b/bin/mage index 88f4c9e..c051736 100755 --- a/bin/mage +++ b/bin/mage @@ -15,7 +15,7 @@ if (empty(ini_get('date.timezone'))) { $baseDir = dirname(dirname(__FILE__)); -define('MAGALLANES_VERSION', '1.0.5'); +define('MAGALLANES_VERSION', '1.0.6'); define('MAGALLANES_DIRECTORY', $baseDir); if (file_exists(__DIR__ . '/../vendor/autoload.php')) {