Skip to content

Commit 79d5e3d

Browse files
author
Julien Sanchez
committed
Bump version (1.1.1)
1 parent 5c67458 commit 79d5e3d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

History.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.1.1 / 2013-10-01
2+
------------------
3+
* Fix Qty#toPrec() returning wrong result with some precision
4+
15
1.1.0 / 2013-09-20
26
------------------
37

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-quantities",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
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.0.0",
6+
"version": "1.1.1",
77
"homepage": "https://github.com/gentooboontoo/js-quantities",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)