From c4d4e275c8384195544289dcbb3d0a829dbe7281 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Sat, 11 Feb 2023 19:56:36 +0100 Subject: [PATCH] 6.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 601113d..e4c6e4c 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hapi/cryptiles", "description": "General purpose crypto utilities", - "version": "6.0.0", + "version": "6.0.1", "repository": "git://github.com/hapijs/cryptiles", "main": "lib/index.js", "types": "lib/index.d.ts",