Skip to content

Commit

Permalink
Release version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Sanchez committed Nov 4, 2013
1 parent 120ae64 commit 6694963
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
1.1.2 / 2013-11-04
------------------

* Fix rounding issue when converting 1 cm3 to mm3
* Do some code cleaning (it should not break public API)

1.1.1 / 2013-10-01
------------------

* Fix Qty#toPrec() returning wrong result with some precision

1.1.0 / 2013-09-20
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-quantities",
"version": "1.1.1",
"version": "1.1.2",
"description": "JavaScript library for quantity calculation and unit conversion",
"main": "./src/quantities.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "./src/quantities.js",
"readmeFilename": "Readme.md",
"description": "JavaScript library for quantity calculation and unit conversion",
"version": "1.1.1",
"version": "1.1.2",
"homepage": "https://github.com/gentooboontoo/js-quantities",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6694963

Please sign in to comment.