From c4fe4505466032eeb4cc530605525b3262d9f3d5 Mon Sep 17 00:00:00 2001 From: Holly Date: Fri, 12 May 2023 14:14:55 +0100 Subject: [PATCH] 1.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0af25e6..5bcec7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bufferstuff", - "version": "1.1.1", + "version": "1.1.2", "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",