From 6a0645e36f151a22914a5d4dc2eebc474dc4a1a0 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Tue, 3 Mar 2015 03:15:01 +0700 Subject: [PATCH] Bump minor 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 5bf263e..ca8668c 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "name": "Zach Borboa" } ], - "version": "3.3.3", + "version": "3.4.3", "require": { "php": ">=5.3", "ext-curl": "*" diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index db839ac..9c79cf2 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -4,7 +4,7 @@ namespace Curl; class Curl { - const VERSION = '3.3.3'; + const VERSION = '3.4.3'; const DEFAULT_TIMEOUT = 30; public $curl;