Skip to content

Commit

Permalink
v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcl committed Oct 11, 2018
1 parent 6d43b58 commit 3e525eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions big.js
@@ -1,5 +1,5 @@
/*
* big.js v5.2.0
* big.js v5.2.1
* A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic.
* Copyright (c) 2018 Michael Mclaughlin <M8ch88l@gmail.com>
* https://github.com/MikeMcl/big.js/LICENCE
Expand Down Expand Up @@ -107,7 +107,7 @@
Big.RM = RM;
Big.NE = NE;
Big.PE = PE;
Big.version = '5.2.0';
Big.version = '5.2.1';

return Big;
}
Expand Down
2 changes: 1 addition & 1 deletion big.min.js

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

4 changes: 2 additions & 2 deletions big.mjs
@@ -1,5 +1,5 @@
/*
* big.js v5.2.0
* big.js v5.2.1
* A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic.
* Copyright (c) 2018 Michael Mclaughlin <M8ch88l@gmail.com>
* https://github.com/MikeMcl/big.js/LICENCE
Expand Down Expand Up @@ -104,7 +104,7 @@ function _Big_() {
Big.RM = RM;
Big.NE = NE;
Big.PE = PE;
Big.version = '5.2.0';
Big.version = '5.2.1';

return Big;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "big.js",
"description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
"version": "5.2.0",
"version": "5.2.1",
"keywords": [
"arbitrary",
"precision",
Expand Down

0 comments on commit 3e525eb

Please sign in to comment.