diff --git a/PharStub.php b/PharStub.php index f9738b0..75395f1 100644 --- a/PharStub.php +++ b/PharStub.php @@ -5,6 +5,8 @@ * https://github.com/sekjun9878/request-parser */ +/* Package Version v1.0.1 */ + if(class_exists('Phar')) { Phar::mapPhar('request-parser.phar'); diff --git a/composer.json b/composer.json index 0288c32..7902127 100644 --- a/composer.json +++ b/composer.json @@ -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",