Bump version

This commit is contained in:
Zach Borboa
2014-12-18 10:22:32 -08:00
parent 7ff8cc3507
commit 4bb926c831
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.0",
"version": "2.1.1",
"require": {
"php": ">=5.3",
"ext-curl": "*"
+1 -1
View File
@@ -4,7 +4,7 @@ namespace Curl;
class Curl
{
const VERSION = '2.1.0';
const VERSION = '2.1.1';
private $cookies = array();
private $headers = array();