diff --git a/component.json b/component.json index ec0f98806..9f9f3a43d 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "mathjs", - "version": "0.7.1", + "version": "0.7.2-SNAPSHOT", "main": "math.js", "ignore": [ "img", diff --git a/math.js b/math.js index ff68e45fe..09db9bd29 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.7.1 + * @version 0.7.2-SNAPSHOT * @date 2013-04-27 * * @license diff --git a/math.min.js b/math.min.js index 9a5e19dec..0d4986199 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.7.1 + * @version 0.7.2-SNAPSHOT * @date 2013-04-27 * * @license diff --git a/package.json b/package.json index 7206ef63f..7342ad5de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathjs", - "version": "0.7.1", + "version": "0.7.2-SNAPSHOT", "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": [