Skip to content

Commit caa1689

Browse files
author
Jason Eberle
committed
Bump to version 1.2.1
1 parent 27049ca commit caa1689

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": "1.2.0",
5+
"version": "1.2.1",
66
"keywords": [
77
"imgix"
88
],

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 = "1.2.0";
7+
private $currentVersion = "1.2.1";
88
private $domains;
99
private $useHttps;
1010
private $signKey;

0 commit comments

Comments
 (0)