Skip to content

Commit

Permalink
Release v1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gentooboontoo committed Apr 5, 2020
1 parent 889ba9d commit 41d40c0
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,3 +1,9 @@
1.7.5 / 2020-04-05
------------------

* Update development dependencies
* Use ESLint as linter

1.7.4 / 2019-06-26
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ and within browsers.

### Browser

Download [latest release v1.7.4](https://raw.github.com/gentooboontoo/js-quantities/v1.7.4/build/quantities.js)
Download [latest release v1.7.5](https://raw.github.com/gentooboontoo/js-quantities/v1.7.5/build/quantities.js)
or install it with Bower:

bower install js-quantities
Expand Down
2 changes: 1 addition & 1 deletion RELEASE
@@ -1 +1 @@
1.7.4
1.7.5
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "js-quantities",
"version": "1.7.4",
"version": "1.7.5",
"description": "JavaScript library for quantity calculation and unit conversion",
"main": "./build/quantities.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion build/quantities.esm.js
Expand Up @@ -2000,6 +2000,6 @@ function simplify(units) {
});
}

Qty.version = "1.7.4";
Qty.version = "1.7.5";

export default Qty;
2 changes: 1 addition & 1 deletion build/quantities.js
Expand Up @@ -2006,7 +2006,7 @@ SOFTWARE.
});
}

Qty.version = "1.7.4";
Qty.version = "1.7.5";

return Qty;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"main": "./build/quantities.js",
"readmeFilename": "README.md",
"description": "JavaScript library for quantity calculation and unit conversion",
"version": "1.7.4",
"version": "1.7.5",
"homepage": "http://gentooboontoo.github.io/js-quantities/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/quantities.js
Expand Up @@ -6,6 +6,6 @@ import "./quantities/predicates.js";
import "./quantities/conversion.js";
import "./quantities/format.js";

Qty.version = "1.7.4";
Qty.version = "1.7.5";

export default Qty;

0 comments on commit 41d40c0

Please sign in to comment.