Bumped version number to 1.5.2-SNAPSHOT

This commit is contained in:
jos 2015-04-08 09:30:12 +02:00
parent 8dccb60f30
commit cb6f52ad8f
7 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "1.5.1",
"version": "1.5.2-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.5.1",
"version": "1.5.2-SNAPSHOT",
"main": "dist/math.min.js",
"keywords": [
"math",

4
dist/math.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 1.5.1
* @version 1.5.2-SNAPSHOT
* @date 2015-04-08
*
* @license
@ -25303,7 +25303,7 @@ return /******/ (function(modules) { // webpackBootstrap
/* 170 */
/***/ function(module, exports, __webpack_require__) {
module.exports = '1.5.1';
module.exports = '1.5.2-SNAPSHOT';
// Note: This file is automatically generated when building math.js.
// Changes made in this file will be overwritten.

2
dist/math.map vendored

File diff suppressed because one or more lines are too long

4
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.5.1';
module.exports = '1.5.2-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.5.1",
"version": "1.5.2-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": [