From 9f1ec663337c136ebd102ce73799d56311902fe9 Mon Sep 17 00:00:00 2001 From: markthree <1801982702@qq.com> Date: Fri, 17 Mar 2023 21:06:06 +0800 Subject: [PATCH] chore: release v0.0.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d30277..0b2fa52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-cpy", - "version": "0.0.7", + "version": "0.0.8", "description": "Recursive concurrent copy, ultrafast", "main": "./npm/index.cjs", "module": "./npm/index.mjs",