Updated version to 0.7.3-SNAPSHOT

This commit is contained in:
josdejong 2013-05-04 22:30:27 +02:00
parent 006fe720a1
commit e2d7cbb089
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "0.7.2",
"version": "0.7.3-SNAPSHOT",
"main": "math.js",
"ignore": [
"img",

View File

@ -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

2
math.min.js vendored
View File

@ -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

View File

@ -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 <wjosdejong@gmail.com>",
"contributors": [