Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Feb 28, 2017
1 parent b1bd1a7 commit f26d65b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "josantonius/url",
"version": "1.0.0",
"version": "1.1.0",
"type": "library",
"description": "Library for urls manipulation.",
"keywords": [
Expand All @@ -15,7 +15,7 @@
"authors": [
{
"name": "Josantonius",
"email": "info@josantonius.com",
"email": "hola@josantonius.com",
"homepage": "https://github.com/josantonius",
"role": "Developer"
}
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/UrlException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Library for urls manipulation.
*
* @author Josantonius - info@josantonius.com
* @author Josantonius - hola@josantonius.com
* @author David Carr - [email protected]
* @copyright Copyright (c) 2017 JST PHP Framework
* @license https://opensource.org/licenses/MIT - The MIT License (MIT)
Expand Down

0 comments on commit f26d65b

Please sign in to comment.