diff --git a/composer.json b/composer.json index 835940d..f786a54 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "josantonius/url", - "version": "1.0.0", + "version": "1.1.0", "type": "library", "description": "Library for urls manipulation.", "keywords": [ @@ -15,7 +15,7 @@ "authors": [ { "name": "Josantonius", - "email": "info@josantonius.com", + "email": "hola@josantonius.com", "homepage": "https://github.com/josantonius", "role": "Developer" } diff --git a/src/Exception/UrlException.php b/src/Exception/UrlException.php index edd5233..f297e27 100644 --- a/src/Exception/UrlException.php +++ b/src/Exception/UrlException.php @@ -2,7 +2,7 @@ /** * Library for urls manipulation. * - * @author Josantonius - info@josantonius.com + * @author Josantonius - hola@josantonius.com * @copyright Copyright (c) 2017 JST PHP Framework * @license https://opensource.org/licenses/MIT - The MIT License (MIT) * @link https://github.com/Josantonius/PHP-Url diff --git a/src/Url.php b/src/Url.php index a57e29f..c4ff241 100644 --- a/src/Url.php +++ b/src/Url.php @@ -2,7 +2,7 @@ /** * Library for urls manipulation. * - * @author Josantonius - info@josantonius.com + * @author Josantonius - hola@josantonius.com * @author David Carr - dave@simplemvcframework.com * @copyright Copyright (c) 2017 JST PHP Framework * @license https://opensource.org/licenses/MIT - The MIT License (MIT)