Bump version

This commit is contained in:
Zach Borboa
2015-01-17 02:52:17 -08:00
parent 891a66c327
commit 1243678883
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"homepage": "https://github.com/php-curl-class/php-curl-class",
"license": "Unlicense",
"keywords": ["php", "curl", "class"],
"version": "2.1.2",
"version": "2.1.3",
"require": {
"php": ">=5.3",
"ext-curl": "*"
+1 -1
View File
@@ -4,7 +4,7 @@ namespace Curl;
class Curl
{
const VERSION = '2.1.2';
const VERSION = '2.1.3';
private $cookies = array();
private $headers = array();