From eea7f92306e1dba4066721ac59c0f6173e717113 Mon Sep 17 00:00:00 2001 From: Mohammed Samir <42011920+ms2052001@users.noreply.github.com> Date: Mon, 31 Aug 2020 19:15:39 +0200 Subject: [PATCH] Update package version to v2.2.0 --- package-lock.json | 2 +- package.json | 2 +- src/version.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31d5703..23e74c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scicave/math-parser", - "version": "2.1.2", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5a84651..8c70378 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scicave/math-parser", - "version": "2.1.2", + "version": "2.2.0", "description": "A mathematical parser. We mean by mathematical that, e.g., arithmetic operations is considered for example if you pass \"1+2\", the result would by a (add node \"+\") with two children nodes of type number.", "main": "lib/index.js", "files": [ diff --git a/src/version.js b/src/version.js index 96f404b..d00eb2e 100644 --- a/src/version.js +++ b/src/version.js @@ -1,4 +1,4 @@ // this file is auto generated // the current version is: -module.exports = "2.1.2"; +module.exports = "2.2.0";