From 72f7e09f576ecfa20bf3908d9d1ccb49583fd883 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Mon, 16 Feb 2015 16:33:38 +0700 Subject: [PATCH] Bump patch 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 68ce8a4..7e7f3dd 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "name": "Zach Borboa" } ], - "version": "3.0.2", + "version": "3.0.3", "require": { "php": ">=5.3", "ext-curl": "*" diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index 2a80f34..545d70e 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -4,7 +4,7 @@ namespace Curl; class Curl { - const VERSION = '3.0.2'; + const VERSION = '3.0.3'; const DEFAULT_TIMEOUT = 30; public $curl;