From a2e59b28df9559188466b44c26aea22a605ce3b5 Mon Sep 17 00:00:00 2001 From: Holly Date: Fri, 12 May 2023 14:13:12 +0100 Subject: [PATCH] 1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46ae6ec..0af25e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bufferstuff", - "version": "1.1.0", + "version": "1.1.1", "description": "A set of utility classes for reading and writing binary data in NodeJS and the browser", "main": "./lib/index.js", "types": "./lib/index.d.ts",