fix(core): update

This commit is contained in:
Philipp Kunz 2024-04-17 19:49:30 +02:00
parent 30ac0ddbb4
commit 866da6f21a

View File

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