Skip to content

Commit 2acbceb

Browse files
committed
Bump version to v2.1.1
1 parent c439d1d commit 2acbceb

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
@@ -2,7 +2,7 @@
22
"name": "imgix/imgix-php",
33
"description": "A PHP client library for generating URLs with imgix.",
44
"type": "library",
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"license": "BSD-2-Clause",
77
"keywords": [
88
"imgix"

src/Imgix/UrlBuilder.php

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

55
class UrlBuilder {
66

7-
private $currentVersion = "2.1.0";
7+
private $currentVersion = "2.1.1";
88
private $domains;
99
private $useHttps;
1010
private $signKey;

0 commit comments

Comments
 (0)