fix(core): update

This commit is contained in:
2024-04-17 20:33:24 +02:00
parent 158614c62c
commit 63e3b492e6
2 changed files with 15 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartbuffer',
version: '3.0.0',
version: '3.0.1',
description: 'A library for managing ArrayBufferLike structures including conversion between Base64 and Uint8Array, and buffer validation.'
}