Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstraw committed Feb 26, 2016
1 parent 0f6dbec commit 9b2480a
Show file tree
Hide file tree
Showing 4 changed files with 4 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": "imgix-core-js",
"version": "0.1.0",
"version": "0.3.1",
"homepage": "https://github.com/imgix/imgix-core-js",
"authors": [
"kellysutton <michael.k.sutton@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/imgix-core-js.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

var _Base64 = _interopRequireDefault(_jsBase64);

var VERSION = "0.3.0";
var VERSION = "0.3.1";

exports.VERSION = VERSION;

Expand Down
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": "0.3.0",
"version": "0.3.1",
"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 @@ -2,7 +2,7 @@ import md5 from "js-md5";
import URI from "urijs";
import Base64 from "js-base64";

export const VERSION = "0.3.0";
export const VERSION = "0.3.1";

export class Path {
constructor(path, host, token=null, secure=true, librarySignature="js", libraryVersion=VERSION) {
Expand Down

0 comments on commit 9b2480a

Please sign in to comment.