Bump patch version

This commit is contained in:
Zach Borboa
2015-01-26 23:30:12 -08:00
parent a6ba4cfd75
commit dc4e45fd12
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"name": "Zach Borboa"
}
],
"version": "2.1.3",
"version": "2.1.4",
"require": {
"php": ">=5.3",
"ext-curl": "*"
+1 -1
View File
@@ -4,7 +4,7 @@ namespace Curl;
class Curl
{
const VERSION = '2.1.3';
const VERSION = '2.1.4';
private $cookies = array();
private $headers = array();