From f503e7971f054dffd3e4e82db6f2ff111852aa1f Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Fri, 2 Feb 2024 16:04:20 +0100 Subject: [PATCH] 4.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09fd2e4..95a0e37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "random-access-file", - "version": "4.0.4", + "version": "4.0.5", "description": "Continuous reading or writing to a file using random offsets and lengths", "main": "index.js", "scripts": {