From 181989f93cd969c00c6fc75a769c55d71d7f1ca4 Mon Sep 17 00:00:00 2001 From: Julien Sanchez Date: Wed, 14 May 2014 17:29:13 +0200 Subject: [PATCH] Release v1.4.1 --- History.md | 5 +++++ README.md | 2 +- bower.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 4dc9943..4dcf425 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +1.4.1 / 2014-05-14 +------------------ + +* Use a little more robust to test string type and factorize it + 1.4.0 / 2014-04-10 ------------------ diff --git a/README.md b/README.md index 74da279..13ca50c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ and within browsers. ### Browser -Download [latest release v1.4.0](https://raw.github.com/gentooboontoo/js-quantities/v1.4.0/src/quantities.js) +Download [latest release v1.4.1](https://raw.github.com/gentooboontoo/js-quantities/v1.4.1/src/quantities.js) or install it with Bower: bower install js-quantities diff --git a/bower.json b/bower.json index b657ed4..7ac40dc 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "js-quantities", - "version": "1.4.0", + "version": "1.4.1", "description": "JavaScript library for quantity calculation and unit conversion", "main": "./src/quantities.js", "keywords": [ diff --git a/package.json b/package.json index 9d1fdf1..72f152f 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.4.0", + "version": "1.4.1", "homepage": "http://gentooboontoo.github.io/js-quantities/", "repository": { "type": "git",