Skip to content

Commit 87f2df1

Browse files
committed
Change library version for the new release
1 parent 6e17aeb commit 87f2df1

19 files changed

+20
-21
lines changed

src/WaterPipe/Exceptions/FileNotFoundException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @author Axel Nana <[email protected]>
2727
* @copyright 2018 Aliens Group, Inc.
2828
* @license MIT <https://github.com/ElementaryFramework/WaterPipe/blob/master/LICENSE>
29-
* @version 0.0.1
29+
* @version 1.1.0
3030
* @link http://waterpipe.na2axl.tk
3131
*/
3232

src/WaterPipe/Exceptions/InternalServerErrorException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @author Axel Nana <[email protected]>
2727
* @copyright 2018 Aliens Group, Inc.
2828
* @license MIT <https://github.com/ElementaryFramework/WaterPipe/blob/master/LICENSE>
29-
* @version 0.0.1
29+
* @version 1.1.0
3030
* @link http://waterpipe.na2axl.tk
3131
*/
3232

src/WaterPipe/Exceptions/NotFoundErrorException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @author Axel Nana <[email protected]>
2727
* @copyright 2018 Aliens Group, Inc.
2828
* @license MIT <https://github.com/ElementaryFramework/WaterPipe/blob/master/LICENSE>
29-
* @version 0.0.1
29+
* @version 1.1.0
3030
* @link http://waterpipe.na2axl.tk
3131
*/
3232

src/WaterPipe/Exceptions/RequestUriBuilderException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @author Axel Nana <[email protected]>
2727
* @copyright 2018 Aliens Group, Inc.
2828
* @license MIT <https://github.com/ElementaryFramework/WaterPipe/blob/master/LICENSE>
29-
* @version 0.0.1
29+
* @version 1.1.0
3030
* @link http://waterpipe.na2axl.tk
3131
*/
3232

src/WaterPipe/HTTP/Header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @author Axel Nana <[email protected]>
2727
* @copyright 2018 Aliens Group, Inc.
2828
* @license MIT <https://github.com/ElementaryFramework/WaterPipe/blob/master/LICENSE>
29-
* @version 0.0.1
29+
* @version 1.1.0
3030
* @link http://waterpipe.na2axl.tk
3131
*/
3232

src/WaterPipe/HTTP/Request/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @author Axel Nana <[email protected]>
2727
* @copyright 2018 Aliens Group, Inc.
2828
* @license MIT <https://github.com/ElementaryFramework/WaterPipe/blob/master/LICENSE>
29-
* @version 0.0.1
29+
* @version 1.1.0
3030
* @link http://waterpipe.na2axl.tk
3131
*/
3232

src/WaterPipe/HTTP/Request/RequestData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @author Axel Nana <[email protected]>
2727
* @copyright 2018 Aliens Group, Inc.
2828
* @license MIT <https://github.com/ElementaryFramework/WaterPipe/blob/master/LICENSE>
29-
* @version 0.0.1
29+
* @version 1.1.0
3030
* @link http://waterpipe.na2axl.tk
3131
*/
3232

src/WaterPipe/HTTP/Request/RequestHeader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @author Axel Nana <[email protected]>
2727
* @copyright 2018 Aliens Group, Inc.
2828
* @license MIT <https://github.com/ElementaryFramework/WaterPipe/blob/master/LICENSE>
29-
* @version 0.0.1
29+
* @version 1.1.0
3030
* @link http://waterpipe.na2axl.tk
3131
*/
3232

src/WaterPipe/HTTP/Request/RequestMethod.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @author Axel Nana <[email protected]>
2727
* @copyright 2018 Aliens Group, Inc.
2828
* @license MIT <https://github.com/ElementaryFramework/WaterPipe/blob/master/LICENSE>
29-
* @version 0.0.1
29+
* @version 1.1.0
3030
* @link http://waterpipe.na2axl.tk
3131
*/
3232

@@ -68,4 +68,4 @@ abstract class RequestMethod
6868
* @var int
6969
*/
7070
public const DELETE = 4;
71-
}
71+
}

src/WaterPipe/HTTP/Request/RequestUri.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @author Axel Nana <[email protected]>
2727
* @copyright 2018 Aliens Group, Inc.
2828
* @license MIT <https://github.com/ElementaryFramework/WaterPipe/blob/master/LICENSE>
29-
* @version 0.0.1
29+
* @version 1.1.0
3030
* @link http://waterpipe.na2axl.tk
3131
*/
3232

0 commit comments

Comments
 (0)