From 2db3e806140044a4ff3572cd98f56e42f0325206 Mon Sep 17 00:00:00 2001 From: josdejong Date: Thu, 28 Nov 2013 20:18:22 +0100 Subject: [PATCH] Updated version number to 0.16.1-SNAPSHOT --- bower.json | 2 +- dist/math.js | 2 +- dist/math.min.js | 2 +- package.json | 18 +++++++++--------- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bower.json b/bower.json index f4065aa93..7046d7835 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "mathjs", - "version": "0.16.0", + "version": "0.16.1-SNAPSHOT", "main": "./dist/math.js", "ignore": [ "coverage", diff --git a/dist/math.js b/dist/math.js index b02d6aaf2..264735e3e 100644 --- a/dist/math.js +++ b/dist/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.16.0 + * @version 0.16.1-SNAPSHOT * @date 2013-11-28 * * @license diff --git a/dist/math.min.js b/dist/math.min.js index be7b8404e..a06c234be 100644 --- a/dist/math.min.js +++ b/dist/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.16.0 + * @version 0.16.1-SNAPSHOT * @date 2013-11-28 * * @license diff --git a/package.json b/package.json index c806627a0..3cc341d4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathjs", - "version": "0.16.0", + "version": "0.16.1-SNAPSHOT", "description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser and offers an integrated solution to work with numbers, big numbers, complex numbers, units, and matrices.", "author": "Jos de Jong (https://github.com/josdejong)", "contributors": [ @@ -34,14 +34,14 @@ "bignumber.js": "~1.3.0" }, "devDependencies": { - "jake": ">= 0.5.9", - "browserify": "2.x", - "mocha": "1.x", - "numbers": "0.4.0", - "uglify-js": "2.4.4", - "dateable": ">= 0.1.2", - "underscore": "1.4.x", - "seed-random": ">= 1.0.1" + "jake": "latest", + "browserify": "latest", + "mocha": "latest", + "numbers": "latest", + "uglify-js": "latest", + "dateable": "latest", + "underscore": "latest", + "seed-random": "latest" }, "main": "./index", "scripts": {