From 2ecec37f40ba6733aa5163e947d73492cc78b91d Mon Sep 17 00:00:00 2001 From: Francois Leurent <131.code@leurent.email> Date: Fri, 13 Oct 2023 11:33:50 +0200 Subject: [PATCH] v2.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b9a91e..5995b2e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castor", - "version": "2.0.1", + "version": "2.0.2", "description": "An ES7 [CAS designed](https://en.wikipedia.org/wiki/Content-addressable_storage) file storage for nodejs with a simple API and robust implementation.", "main": "store.js", "scripts": {