From 8a8b916a5acb80ef8b3cffa15c5c19175f1a371a Mon Sep 17 00:00:00 2001 From: jos Date: Thu, 22 May 2014 22:48:35 +0200 Subject: [PATCH] Updated version number to 0.22.1-SNAPSHOT --- bower.json | 2 +- component.json | 2 +- dist/math.js | 2 +- dist/math.min.js | 2 +- misc/how_to_publish.md | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index 10621b924..ad450be6c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "mathjs", - "version": "0.22.0", + "version": "0.22.1-SNAPSHOT", "main": "./dist/math.js", "ignore": [ "coverage", diff --git a/component.json b/component.json index a9ebf006e..74edafe6a 100644 --- a/component.json +++ b/component.json @@ -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", diff --git a/dist/math.js b/dist/math.js index ef4a28dc5..78daeabbf 100644 --- a/dist/math.js +++ b/dist/math.js @@ -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 diff --git a/dist/math.min.js b/dist/math.min.js index 50b288e06..03e614328 100644 --- a/dist/math.min.js +++ b/dist/math.min.js @@ -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 diff --git a/misc/how_to_publish.md b/misc/how_to_publish.md index a153df636..83a844a3e 100644 --- a/misc/how_to_publish.md +++ b/misc/how_to_publish.md @@ -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 diff --git a/package.json b/package.json index 4cad30088..be45d3562 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/josdejong)", "contributors": [