Skip to content

Commit

Permalink
Bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstraw committed Nov 30, 2016
1 parent fbdba0d commit 2cdb0c1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imgix-core-js",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://github.com/imgix/imgix-core-js",
"authors": [
"Kelly Sutton <michael.k.sutton@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion dist/imgix-core-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
var md5 = _jsMd5;
var Base64 = _jsBase64;

var VERSION = '1.0.3';
var VERSION = '1.0.4';
var DEFAULTS = {
host: null,
useHTTPS: true,
Expand Down
2 changes: 1 addition & 1 deletion dist/imgix-core-js.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "imgix-core-js",
"description": "Common boilerplate for all imgix JavaScript-based functionality.",
"version": "1.0.3",
"version": "1.0.4",
"repository": "https://github.com/imgix/imgix-core-js",
"scripts": {
"assert_version": "node assert_version.js",
Expand Down
2 changes: 1 addition & 1 deletion src/imgix-core-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
var md5 = _jsMd5;
var Base64 = _jsBase64;

var VERSION = '1.0.3';
var VERSION = '1.0.4';
var DEFAULTS = {
host: null,
useHTTPS: true,
Expand Down

0 comments on commit 2cdb0c1

Please sign in to comment.