Skip to content

Commit 59a464a

Browse files
committed
Version bump
1 parent 0dc19ec commit 59a464a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tcdent/php-restclient",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A generic REST API client for PHP",
55
"type": "library",
66
"keywords": ["REST", "api", "client", "curl", "JSON", "XML"],

restclient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct($options=[]){
2828
'headers' => [],
2929
'parameters' => [],
3030
'curl_options' => [],
31-
'user_agent' => "PHP RestClient/0.1.5",
31+
'user_agent' => "PHP RestClient/0.1.6",
3232
'base_url' => NULL,
3333
'format' => NULL,
3434
'format_regex' => "/(\w+)\/(\w+)(;[.+])?/",

0 commit comments

Comments
 (0)