Skip to content

Commit

Permalink
Merge pull request #84 from Justintime50/v3.4.5-bump
Browse files Browse the repository at this point in the history
Bump version to 3.4.5
  • Loading branch information
Andrew Tribone authored May 7, 2020
2 parents f6b84a5 + 4abd367 commit c1aaa1b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 3.4.5 2020-05-07

* Added "Refund" and "Shipment Invoice" to the prefix and type lists


=== 3.4.4 2020-03-11

* Version bump with updated author
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.4
3.4.5
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "easypost/easypost-php",
"description": "EasyPost Shipping API Client Library for PHP",
"keywords": ["shipping", "api", "easypost"],
"keywords": [
"shipping",
"api",
"easypost"
],
"homepage": "https://github.com/EasyPost/easypost-php",
"type": "library",
"license": "MIT",
Expand All @@ -19,8 +23,8 @@
},
"require-dev": {
"phpunit/phpunit": "^8",
"overtrue/phplint": "^1.2",
"friendsofphp/php-cs-fixer": "^2.16"
"overtrue/phplint": "^1.2",
"friendsofphp/php-cs-fixer": "^2.16"
},
"config": {
"bin-dir": "bin"
Expand All @@ -30,5 +34,5 @@
"EasyPost": "lib/"
}
},
"version": "3.4.4"
"version": "3.4.5"
}
2 changes: 1 addition & 1 deletion lib/EasyPost/EasyPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ abstract class EasyPost
/**
* @var string
*/
const VERSION = '3.4.1';
const VERSION = '3.4.5';

/**
* get the API key
Expand Down

0 comments on commit c1aaa1b

Please sign in to comment.