Skip to content

Commit 4bb926c

Browse files
committed
Bump version
1 parent 7ff8cc3 commit 4bb926c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/php-curl-class/php-curl-class",
55
"license": "Unlicense",
66
"keywords": ["php", "curl", "class"],
7-
"version": "2.1.0",
7+
"version": "2.1.1",
88
"require": {
99
"php": ">=5.3",
1010
"ext-curl": "*"

src/Curl/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class Curl
66
{
7-
const VERSION = '2.1.0';
7+
const VERSION = '2.1.1';
88

99
private $cookies = array();
1010
private $headers = array();

0 commit comments

Comments
 (0)