Bumped version number to v1.2.1-SNAPSHOT

This commit is contained in:
jos 2014-12-25 20:26:35 +01:00
parent 8e16cef441
commit 12bc095d2a
8 changed files with 869 additions and 869 deletions

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "1.2.0",
"version": "1.2.1-SNAPSHOT",
"main": "./dist/math.min.js",
"ignore": [
"coverage",

View File

@ -2,7 +2,7 @@
"name": "mathjs",
"repo": "josdejong/mathjs",
"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.",
"version": "1.2.0",
"version": "1.2.1-SNAPSHOT",
"main": "dist/math.min.js",
"keywords": [
"math",

1708
dist/math.js vendored

File diff suppressed because it is too large Load Diff

2
dist/math.map vendored

File diff suppressed because one or more lines are too long

16
dist/math.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
module.exports = '1.2.0';
module.exports = '1.2.1-SNAPSHOT';
// Note: This file is automatically generated when building math.js.
// Changes made in this file will be overwritten.

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "1.2.0",
"version": "1.2.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 <wjosdejong@gmail.com> (https://github.com/josdejong)",
"contributors": [

View File

@ -8,11 +8,11 @@ var gutil = require('gulp-util'),
// names to ignore
var ignore = [
// functions not supported by the parser:
'compile', 'parse', 'parser', 'select', 'print', 'config', 'in', 'create',
'compile', 'parse', 'parser', 'chain', 'print', 'config', 'in', 'create',
// private functions:
'_divide',
// deprecated functions:
'workspace', 'unary', 'edivide', 'emultiply', 'epow', 'smallereq', 'largereq', 'ifElse'
'workspace', 'unary', 'edivide', 'emultiply', 'epow', 'smallereq', 'largereq', 'ifElse', 'select'
];
// test whether all functions are documented