Skip to content

Commit

Permalink
Update to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstraw committed Aug 5, 2016
1 parent 4419287 commit a8d0ad8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-api-spec",
"version": "4.1.0",
"version": "4.1.1",
"homepage": "https://github.com/imgix/image-api-spec",
"authors": [
"Jason Eberle <[email protected]>"
Expand Down
3 changes: 2 additions & 1 deletion dist/parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ return {
"crop",
"facearea",
"fill",
"fillmax",
"max",
"min",
"scale"
Expand Down Expand Up @@ -2376,7 +2377,7 @@ return {
"tsz": "txtsize",
"tt": "txttrack"
},
"version": "4.1.0"
"version": "4.1.1"
};

}));
3 changes: 2 additions & 1 deletion dist/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@
"crop",
"facearea",
"fill",
"fillmax",
"max",
"min",
"scale"
Expand Down Expand Up @@ -2360,5 +2361,5 @@
"tsz": "txtsize",
"tt": "txttrack"
},
"version": "4.1.0"
"version": "4.1.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-api-spec",
"version": "4.1.0",
"version": "4.1.1",
"description": "A single source of truth for the imgix URL API.",
"main": "dist/manifest.json",
"scripts": {
Expand Down

0 comments on commit a8d0ad8

Please sign in to comment.