Skip to content

Commit

Permalink
Release v1.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSwitch committed Jan 9, 2020
1 parent e0edce6 commit 3b79ec9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/hello.all.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! hellojs v1.18.2 | (c) 2012-2020 Andrew Dodson | MIT https://adodson.com/hello.js/LICENSE */
/*! hellojs v1.18.4 | (c) 2012-2020 Andrew Dodson | MIT https://adodson.com/hello.js/LICENSE */
// ES5 Object.create
if (!Object.create) {

Expand Down
2 changes: 1 addition & 1 deletion dist/hello.all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/hello.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! hellojs v1.18.2 | (c) 2012-2020 Andrew Dodson | MIT https://adodson.com/hello.js/LICENSE */
/*! hellojs v1.18.4 | (c) 2012-2020 Andrew Dodson | MIT https://adodson.com/hello.js/LICENSE */
// ES5 Object.create
if (!Object.create) {

Expand Down
2 changes: 1 addition & 1 deletion dist/hello.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hellojs",
"version": "1.18.3",
"version": "1.18.4",
"description": "A clientside Javascript library for standardizing requests to OAuth2 web services (and OAuth1 - with a shim)",
"homepage": "https://adodson.com/hello.js",
"main": "dist/hello.all.js",
Expand Down Expand Up @@ -47,4 +47,4 @@
"shunt": "^0.1.4",
"sinon": "~1.7.3"
}
}
}

0 comments on commit 3b79ec9

Please sign in to comment.