Skip to content

Commit

Permalink
Update package version to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadSawalhy committed Aug 31, 2020
1 parent 381182e commit eea7f92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

// this file is auto generated
// the current version is:
module.exports = "2.1.2";
module.exports = "2.2.0";

0 comments on commit eea7f92

Please sign in to comment.