Bump major version (incompatible API changes).

This commit is contained in:
Zach Borboa
2015-02-12 21:50:04 +07:00
parent 252055207b
commit de9ea7847d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"name": "Zach Borboa"
}
],
"version": "2.1.5",
"version": "3.0.0",
"require": {
"php": ">=5.3",
"ext-curl": "*"
+1 -1
View File
@@ -4,7 +4,7 @@ namespace Curl;
class Curl
{
const VERSION = '2.1.5';
const VERSION = '3.0.0';
const DEFAULT_TIMEOUT = 30;
private $cookies = array();