Skip to content

Commit

Permalink
Bump lib version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstraw committed Mar 1, 2016
1 parent 67dc542 commit 52014c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.0';
var VERSION = '1.0.1';
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 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.0';
var VERSION = '1.0.1';
var DEFAULTS = {
host: null,
useHTTPS: true,
Expand Down

0 comments on commit 52014c2

Please sign in to comment.