Skip to content

Commit 1243678

Browse files
committed
Bump version
1 parent 891a66c commit 1243678

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.2",
7+
"version": "2.1.3",
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.2';
7+
const VERSION = '2.1.3';
88

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

0 commit comments

Comments
 (0)