Bump minor version (backwards-compatible API changes)

This commit is contained in:
Zach Borboa
2015-02-22 23:21:55 +07:00
parent e5b0f627c2
commit f6c9162132
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"name": "Zach Borboa"
}
],
"version": "3.1.3",
"version": "3.2.3",
"require": {
"php": ">=5.3",
"ext-curl": "*"
+1 -1
View File
@@ -4,7 +4,7 @@ namespace Curl;
class Curl
{
const VERSION = '3.1.3';
const VERSION = '3.2.3';
const DEFAULT_TIMEOUT = 30;
public $curl;