From bebc8b0ede5da36ef995c1fee5d599ffd3aa7e76 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 17 Apr 2024 20:34:18 +0200 Subject: [PATCH] 3.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a63b9a..e930cc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartbuffer", - "version": "3.0.1", + "version": "3.0.2", "private": false, "description": "A library for managing ArrayBufferLike structures including conversion between Base64 and Uint8Array, and buffer validation.", "main": "dist_ts/index.js",