From 4bb926c8317010d3b59ca051cba6a4e5dc825e7a Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Thu, 18 Dec 2014 10:22:32 -0800 Subject: [PATCH] Bump version --- composer.json | 2 +- src/Curl/Curl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9a2e527..1763cb6 100644 --- a/composer.json +++ b/composer.json @@ -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": "*" diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index 4e8b717..4d5bb24 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -4,7 +4,7 @@ namespace Curl; class Curl { - const VERSION = '2.1.0'; + const VERSION = '2.1.1'; private $cookies = array(); private $headers = array();