From bc57a61bf3fb3d94236008c60e3cc5eef4344a08 Mon Sep 17 00:00:00 2001 From: Alexandru Vladutu Date: Thu, 15 Apr 2021 14:19:18 +0300 Subject: [PATCH] bump to v3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a560c0..94b3460 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "get-folder-size", - "version": "2.0.1", + "version": "3.0.0", "description": "Get the size of a folder by iterating through its sub-files and -folders.", "type": "module", "main": "index.js",