Skip to content

Commit f26d65b

Browse files
committed
Update version
1 parent b1bd1a7 commit f26d65b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "josantonius/url",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"type": "library",
55
"description": "Library for urls manipulation.",
66
"keywords": [
@@ -15,7 +15,7 @@
1515
"authors": [
1616
{
1717
"name": "Josantonius",
18-
"email": "info@josantonius.com",
18+
"email": "hola@josantonius.com",
1919
"homepage": "https://github.com/josantonius",
2020
"role": "Developer"
2121
}

src/Exception/UrlException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Library for urls manipulation.
44
*
5-
* @author Josantonius - info@josantonius.com
5+
* @author Josantonius - hola@josantonius.com
66
* @copyright Copyright (c) 2017 JST PHP Framework
77
* @license https://opensource.org/licenses/MIT - The MIT License (MIT)
88
* @link https://github.com/Josantonius/PHP-Url

src/Url.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Library for urls manipulation.
44
*
5-
* @author Josantonius - info@josantonius.com
5+
* @author Josantonius - hola@josantonius.com
66
* @author David Carr - [email protected]
77
* @copyright Copyright (c) 2017 JST PHP Framework
88
* @license https://opensource.org/licenses/MIT - The MIT License (MIT)

0 commit comments

Comments
 (0)