Skip to content

Commit

Permalink
Bump version (1.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Sanchez committed Oct 1, 2013
1 parent 5c67458 commit 79d5e3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
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.0",
"version": "1.1.1",
"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.0.0",
"version": "1.1.1",
"homepage": "https://github.com/gentooboontoo/js-quantities",
"repository": {
"type": "git",
Expand Down

0 comments on commit 79d5e3d

Please sign in to comment.