Skip to content

Commit f825c9b

Browse files
committed
Release v1.4.2
1 parent 4f4f642 commit f825c9b

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

History.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.4.2 / 2014-09-09
2+
------------------
3+
4+
* Fix plural for radian and add missing ones for time units
5+
* Add "gon" international standard symbol as gradian alias
6+
* Fix units of force
7+
* Allow whitespaces between sign and scalar and do not accept sign
8+
without scalar
9+
110
1.4.1 / 2014-05-14
211
------------------
312

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and within browsers.
1515

1616
### Browser
1717

18-
Download [latest release v1.4.1](https://raw.github.com/gentooboontoo/js-quantities/v1.4.1/src/quantities.js)
18+
Download [latest release v1.4.2](https://raw.github.com/gentooboontoo/js-quantities/v1.4.2/src/quantities.js)
1919
or install it with Bower:
2020

2121
bower install js-quantities

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-quantities",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "JavaScript library for quantity calculation and unit conversion",
55
"main": "./src/quantities.js",
66
"keywords": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "./src/quantities.js",
44
"readmeFilename": "README.md",
55
"description": "JavaScript library for quantity calculation and unit conversion",
6-
"version": "1.4.1",
6+
"version": "1.4.2",
77
"homepage": "http://gentooboontoo.github.io/js-quantities/",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)