From 56af3613a24366c10000a2e1de5789af6c923b71 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Fri, 20 Sep 2024 23:20:15 +0000 Subject: [PATCH] Create v1 release on npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99dd40b..d0948f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fs-cache-fast", - "version": "1.0.0", + "version": "1.0.1", "description": "Cache stored on the file system", "main": "index.mjs", "scripts": {