Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdent committed Mar 16, 2017
1 parent 0dc19ec commit 59a464a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tcdent/php-restclient",
"version": "0.1.5",
"version": "0.1.6",
"description": "A generic REST API client for PHP",
"type": "library",
"keywords": ["REST", "api", "client", "curl", "JSON", "XML"],
Expand Down
2 changes: 1 addition & 1 deletion restclient.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct($options=[]){
'headers' => [],
'parameters' => [],
'curl_options' => [],
'user_agent' => "PHP RestClient/0.1.5",
'user_agent' => "PHP RestClient/0.1.6",
'base_url' => NULL,
'format' => NULL,
'format_regex' => "/(\w+)\/(\w+)(;[.+])?/",
Expand Down

0 comments on commit 59a464a

Please sign in to comment.