From 0fb14df7aa79a117bb429d33745ea9d693e02039 Mon Sep 17 00:00:00 2001 From: wojtek Date: Sat, 2 Feb 2019 16:56:14 +0100 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a36811c..b686b2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webcarrot/xirr", - "version": "1.0.0", + "version": "1.0.1", "description": "JavaScript implementation of LibreOffice XIRR function", "main": "cjs/index", "module": "esm/index",