Updated version number to 0.22.1-SNAPSHOT

This commit is contained in:
jos 2014-05-22 22:48:35 +02:00
parent 0c9cdea866
commit 8a8b916a5a
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "0.22.0",
"version": "0.22.1-SNAPSHOT",
"main": "./dist/math.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": "0.22.0",
"version": "0.22.1-SNAPSHOT",
"keywords": [
"math",
"mathematics",

2
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 0.22.0
* @version 0.22.1-SNAPSHOT
* @date 2014-05-22
*
* @license

2
dist/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.22.0
* @version 0.22.1-SNAPSHOT
* @date 2014-05-22
*
* @license

View File

@ -5,7 +5,7 @@ This document describes the steps required to publish a new version of math.js.
## Update version number
Update the version number in both package.json and bower.json.
Update the version number in both package.json, bower.json, and component.json.
## Update history

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "0.22.0",
"version": "0.22.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": [