summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-11-17 14:45:31 -0800
committerElmer Thomas <elmer@thinkingserious.com>2016-11-17 14:45:31 -0800
commit3c4c35eafd364ebcfdbb0a37f655417beed8ee0f (patch)
tree4aabaab628093fda7855faa8b926d703c7a8674f /composer.json
parent7e29e6b7333a2f8951a9dd2b0f1f9f98adc89123 (diff)
downloadphp-http-client-master.zip
php-http-client-master.tar.gz
php-http-client-master.tar.bz2
Version Bump v3.5.1: Pull request #13, fixed issue #12HEADv3.5.1origin/masterorigin/HEADmaster
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 2ecb3c7..bb7c6ad 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
"name": "sendgrid/php-http-client",
"description": "HTTP REST client, simplified for PHP",
"type": "library",
- "version": "3.5.0",
+ "version": "3.5.1",
"require-dev": {
"phpunit/phpunit": "~4.4",
"squizlabs/php_codesniffer": "~2.0"