mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Updated version number to 0.22.1-SNAPSHOT
This commit is contained in:
parent
0c9cdea866
commit
8a8b916a5a
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mathjs",
|
||||
"version": "0.22.0",
|
||||
"version": "0.22.1-SNAPSHOT",
|
||||
"main": "./dist/math.js",
|
||||
"ignore": [
|
||||
"coverage",
|
||||
|
||||
@ -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
2
dist/math.js
vendored
@ -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
2
dist/math.min.js
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user