Skip to content

Commit

Permalink
Update to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstraw committed Sep 23, 2016
1 parent 8912a7e commit 0ea1f96
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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": "5.0.0",
"version": "5.0.1",
"homepage": "https://github.com/imgix/image-api-spec",
"authors": [
"Jason Eberle <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions dist/parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -1865,7 +1865,7 @@ return {
],
"expects": [
{
"type": "string",
"type": "list",
"possible_values": [
"start",
"middle",
Expand Down Expand Up @@ -2679,7 +2679,7 @@ return {
"tsz": "txtsize",
"tt": "txttrack"
},
"version": "5.0.0"
"version": "5.0.1"
};

}));
4 changes: 2 additions & 2 deletions dist/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@
],
"expects": [
{
"type": "string",
"type": "list",
"possible_values": [
"start",
"middle",
Expand Down Expand Up @@ -2663,5 +2663,5 @@
"tsz": "txtsize",
"tt": "txttrack"
},
"version": "5.0.0"
"version": "5.0.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": "5.0.0",
"version": "5.0.1",
"description": "A single source of truth for the imgix URL API.",
"main": "dist/manifest.json",
"scripts": {
Expand Down

0 comments on commit 0ea1f96

Please sign in to comment.