From 6424952dae4168a2dbef464bbc29a9e375ca2aa7 Mon Sep 17 00:00:00 2001 From: Josh Duff Date: Wed, 3 Jun 2020 13:51:29 -0500 Subject: [PATCH] 2.0.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index f0a8065..b5de554 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "financial-number", - "version": "1.1.0", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 59c0ba8..cb388c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "financial-number", - "version": "1.1.0", + "version": "2.0.0", "description": "Do math with money! Without risking loss of data to floating point representations!", "main": "index.js", "module": "index.mjs",