From 5679ade1d0cfa45822b2066ee3cbfc5716091abc Mon Sep 17 00:00:00 2001 From: David Hellmann Date: Fri, 13 May 2022 00:12:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20version:=204.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 810262bb..6770e27e 100644 --- a/package.json +++ b/package.json @@ -90,5 +90,5 @@ "checknpm": "echo \"$npm_execpath\" | grep -q \"npm-cli\\.js$\" || (echo '⚠️ Use npm not yarn! No Hipster Party here!! ⚠️ ' && echo && exit 1)", "prepare": "husky install" }, - "version": "4.0.0" + "version": "4.0.1" }