Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Eberle committed Mar 13, 2018
1 parent b2483eb commit 48135b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "imgix/imgix-php",
"description": "A PHP client library for generating URLs with imgix.",
"type": "library",
"version": "2.0.0",
"version": "2.1.0",
"keywords": [
"imgix"
],
Expand Down
2 changes: 1 addition & 1 deletion src/Imgix/UrlBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class UrlBuilder {

private $currentVersion = "2.0.0";
private $currentVersion = "2.1.0";
private $domains;
private $useHttps;
private $signKey;
Expand Down

0 comments on commit 48135b0

Please sign in to comment.