From 872e17e43d7f3f9eb6656438c63c4da8f540588b Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Tue, 15 Oct 2024 11:01:01 +0200 Subject: [PATCH] 4.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d25514c..6981d11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "random-access-file", - "version": "4.0.7", + "version": "4.1.0", "description": "Continuous reading or writing to a file using random offsets and lengths", "main": "index.js", "scripts": {