We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40f96d2 + c5de945 commit bc71007Copy full SHA for bc71007
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "easypost/easypost-php",
3
"description": "EasyPost Shipping API Client Library for PHP",
4
- "version": "5.5.0",
+ "version": "5.5.1",
5
"keywords": [
6
"shipping",
7
"api",
lib/EasyPost/EasyPost.php
@@ -55,7 +55,7 @@ abstract class EasyPost
55
*
56
* @var string
57
*/
58
- const VERSION = '5.5.0';
+ const VERSION = '5.5.1';
59
60
/**
61
* Get the API key.
0 commit comments