fix(core): update

This commit is contained in:
Philipp Kunz 2024-04-17 20:34:17 +02:00
parent ebb539e824
commit 46e5217fc0

View File

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