From ddd35d86d24db26b99c5ca20912e02b7edbadf47 Mon Sep 17 00:00:00 2001 From: josdejong Date: Sat, 13 Apr 2013 00:25:36 +0200 Subject: [PATCH] Released version 0.6.0 --- HISTORY.md | 2 +- math.js | 2 +- math.min.js | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 2152a361b..a3f885469 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,7 +2,7 @@ https://github.com/josdejong/mathjs -## not yet released, version 0.6.0 +## 2013-04-13, version 0.6.0 - Implemented chained operations via method math.select(). For example `math.select(3).add(4).subtract(2).done()` will return `5`. diff --git a/math.js b/math.js index 583ad37a7..18eb7eb0d 100644 --- a/math.js +++ b/math.js @@ -6,7 +6,7 @@ * It features real and complex numbers, units, matrices, a large set of * mathematical functions, and a flexible expression parser. * - * @version 0.6.0-SNAPSHOT + * @version 0.6.0 * @date 2013-04-13 * * @license diff --git a/math.min.js b/math.min.js index 5ef7e177b..c854b26a7 100644 --- a/math.min.js +++ b/math.min.js @@ -6,7 +6,7 @@ * It features real and complex numbers, units, matrices, a large set of * mathematical functions, and a flexible expression parser. * - * @version 0.6.0-SNAPSHOT + * @version 0.6.0 * @date 2013-04-13 * * @license diff --git a/package.json b/package.json index 0ce87bd7f..d20aa5166 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathjs", - "version": "0.6.0-SNAPSHOT", + "version": "0.6.0", "description": "Math.js is an extensive math library for JavaScript and Node.js. It features real and complex numbers, units, matrices, a large set of mathematical functions, and a flexible expression parser.", "author": "Jos de Jong ", "contributors": [