We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c439d1d commit 2acbcebCopy full SHA for 2acbceb
composer.json
@@ -2,7 +2,7 @@
2
"name": "imgix/imgix-php",
3
"description": "A PHP client library for generating URLs with imgix.",
4
"type": "library",
5
- "version": "2.1.0",
+ "version": "2.1.1",
6
"license": "BSD-2-Clause",
7
"keywords": [
8
"imgix"
src/Imgix/UrlBuilder.php
@@ -4,7 +4,7 @@
class UrlBuilder {
- private $currentVersion = "2.1.0";
+ private $currentVersion = "2.1.1";
private $domains;
9
private $useHttps;
10
private $signKey;
0 commit comments