From 25bbaa50205d628ecf7d7ebb50abec20d65b6482 Mon Sep 17 00:00:00 2001 From: Mohammed Samir Date: Sun, 10 Jan 2021 09:06:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Update=20to=20version=20v4.0.0,?= =?UTF-8?q?=20alhamdulillah=20=F0=9F=92=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + package-lock.json | 2 +- package.json | 2 +- src/version.js | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f8b04f9..e88988d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules lib +.cache diff --git a/package-lock.json b/package-lock.json index 5f1ca76..24c8e86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scicave/math-parser", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 09a0163..97f4c09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scicave/math-parser", - "version": "3.0.0", + "version": "4.0.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 c47ca39..f5d5edf 100644 --- a/src/version.js +++ b/src/version.js @@ -1,4 +1,4 @@ // this file is auto generated // the current version is: -module.exports = "3.0.0"; +module.exports = "4.0.0";