From 1243678883f07e4cf8261a2955272424b219c2cf Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Sat, 17 Jan 2015 02:52:17 -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 5d2df54..b4bc34b 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.2", + "version": "2.1.3", "require": { "php": ">=5.3", "ext-curl": "*" diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index f230f6c..e85bc09 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -4,7 +4,7 @@ namespace Curl; class Curl { - const VERSION = '2.1.2'; + const VERSION = '2.1.3'; private $cookies = array(); private $headers = array();