Skip to content

Commit

Permalink
๐Ÿš€ Update to version v4.0.0, alhamdulillah ๐Ÿ’–
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadSawalhy committed Jan 10, 2021
1 parent 218b326 commit 25bbaa5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

node_modules
lib
.cache
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": "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": [
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 = "3.0.0";
module.exports = "4.0.0";

0 comments on commit 25bbaa5

Please sign in to comment.