diff --git a/component.json b/component.json index 9727345e9..7e4449273 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "mathjs", - "version": "0.7.2", + "version": "0.7.3-SNAPSHOT", "main": "math.js", "ignore": [ "img", diff --git a/math.js b/math.js index 00b005fc0..e867efaa5 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.2 + * @version 0.7.3-SNAPSHOT * @date 2013-05-04 * * @license diff --git a/math.min.js b/math.min.js index 737bc795e..46a9879f5 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.2 + * @version 0.7.3-SNAPSHOT * @date 2013-05-04 * * @license diff --git a/package.json b/package.json index c5824090c..8facf37df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathjs", - "version": "0.7.2", + "version": "0.7.3-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": [