From 79d5e3d82d609403ba949954b5485ae279321ccf Mon Sep 17 00:00:00 2001 From: Julien Sanchez Date: Tue, 1 Oct 2013 09:07:34 +0200 Subject: [PATCH] Bump version (1.1.1) --- History.md | 4 ++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index a8aa067..808285b 100644 --- a/History.md +++ b/History.md @@ -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 ------------------ diff --git a/bower.json b/bower.json index 2e485a6..676c0d0 100644 --- a/bower.json +++ b/bower.json @@ -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": [ diff --git a/package.json b/package.json index 9aba6be..ade4d2d 100644 --- a/package.json +++ b/package.json @@ -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",