fix(core): update

This commit is contained in:
2024-04-25 18:06:04 +02:00
parent bebc8b0ede
commit 87273cbbbd
2 changed files with 12 additions and 3 deletions

View File

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