diff --git a/dist/mz-math.esm.js b/dist/mz-math.esm.js index b80ef119..5b99fb74 100644 --- a/dist/mz-math.esm.js +++ b/dist/mz-math.esm.js @@ -1,6 +1,6 @@ /* MZMath - a collection of TypeScript-based math helpers. -Version: 2.0.1 +Version: 2.0.2 Author: Miriam Zusin Contact: miriam.zusin@gmail.com Documentation: https://github.com/mzusin/mz-math diff --git a/dist/mz-math.min.js b/dist/mz-math.min.js index c1907ffb..dc39d3f9 100644 --- a/dist/mz-math.min.js +++ b/dist/mz-math.min.js @@ -1,6 +1,6 @@ /* MZMath - a collection of TypeScript-based math helpers. -Version: 2.0.1 +Version: 2.0.2 Author: Miriam Zusin Contact: miriam.zusin@gmail.com Documentation: https://github.com/mzusin/mz-math diff --git a/dist/mz-math.node.cjs b/dist/mz-math.node.cjs index a455cf8d..20a18451 100644 --- a/dist/mz-math.node.cjs +++ b/dist/mz-math.node.cjs @@ -1,6 +1,6 @@ /* MZMath - a collection of TypeScript-based math helpers. -Version: 2.0.1 +Version: 2.0.2 Author: Miriam Zusin Contact: miriam.zusin@gmail.com Documentation: https://github.com/mzusin/mz-math diff --git a/package.json b/package.json index 5cb348db..5df47d6a 100644 --- a/package.json +++ b/package.json @@ -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",