fix(core): update

This commit is contained in:
2024-04-25 18:08:49 +02:00
parent c58cc2b0df
commit 11bf0d9dbb
2 changed files with 2 additions and 2 deletions

View File

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