From e343caa204f28a7e429db8a643245f0b73a5249f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 25 Feb 2024 01:17:48 +0100 Subject: [PATCH] 1.0.4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b4ef74c..152da97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartbuffer", - "version": "1.0.3", + "version": "1.0.4", "private": false, "description": "handle ArrayBufferLike structures", "main": "dist_ts/index.js", @@ -35,4 +35,4 @@ "npmextra.json", "readme.md" ] -} \ No newline at end of file +}