Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mzusin committed Mar 28, 2023
1 parent 5f4d885 commit a722a6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/mz-math.esm.js

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

2 changes: 1 addition & 1 deletion dist/mz-math.min.js

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

2 changes: 1 addition & 1 deletion dist/mz-math.node.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
MZMath - a collection of TypeScript-based math helpers.
Version: 2.0.1
Version: 2.0.2
Author: Miriam Zusin
Contact: [email protected]
Documentation: https://github.com/mzusin/mz-math
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mz-math",
"version": "2.0.1",
"version": "2.0.2",
"description": "MZMath - a collection of TypeScript-based math helpers.",
"main": "./dist/mz-math.min.js",
"module": "./dist/mz-math.esm.js",
Expand Down

0 comments on commit a722a6c

Please sign in to comment.