Skip to content

Commit

Permalink
v1.0.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
msjyoo committed Jan 21, 2015
1 parent 1fe76bb commit 8c32cf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions PharStub.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* https://github.com/sekjun9878/request-parser
*/

/* Package Version v1.0.1 */

if(class_exists('Phar'))
{
Phar::mapPhar('request-parser.phar');
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sekjun9878/request-parser",
"version": "v1.0.0",
"version": "v1.0.1",
"description": "A library to parse raw HTTP requests for PHP CLI web servers and more.",
"keywords": ["http", "request", "parse"],
"homepage": "https://github.com/sekjun9878/request-parser",
Expand Down

0 comments on commit 8c32cf4

Please sign in to comment.