From f0d83d3d6605188bfca91f58493e02b05d9c7459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serkan=20=C3=96zel?= Date: Sat, 31 Jul 2021 15:45:38 +0300 Subject: [PATCH] 0.0.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29d10d2..d7a7737 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigdecimal.js", - "version": "0.0.10", + "version": "0.0.11", "description": "A BigDecimal implementation with native BigInts", "main": "lib/index.js", "scripts": {