Skip to content

Commit

Permalink
v9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcl committed Dec 4, 2022
1 parent 909f94a commit 2603bfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bignumber.js
Expand Up @@ -2,7 +2,7 @@
'use strict';

/*
* bignumber.js v9.1.0
* bignumber.js v9.1.1
* A JavaScript library for arbitrary-precision arithmetic.
* https://github.com/MikeMcl/bignumber.js
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion bignumber.mjs
@@ -1,5 +1,5 @@
/*
* bignumber.js v9.1.0
* bignumber.js v9.1.1
* A JavaScript library for arbitrary-precision arithmetic.
* https://github.com/MikeMcl/bignumber.js
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "bignumber.js",
"description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
"version": "9.1.0",
"version": "9.1.1",
"keywords": [
"arbitrary",
"precision",
Expand Down

0 comments on commit 2603bfd

Please sign in to comment.