From 432a59bcec74b0925213d2bb8ab4dd0430009aaa Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 17 Apr 2024 19:09:56 +0200 Subject: [PATCH] 2.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 27ba4c8..246612c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartbuffer", - "version": "1.0.7", + "version": "2.0.0", "private": false, "description": "A module for handling ArrayBufferLike structures, including conversion and validation utilities.", "main": "dist_ts/index.js", @@ -47,4 +47,4 @@ "dependencies": { "uint8array-extras": "^1.1.0" } -} \ No newline at end of file +}