fix(core): update

This commit is contained in:
2024-05-17 19:24:52 +02:00
parent 2a15362ced
commit c70ee820d7
4 changed files with 223 additions and 48 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartbucket',
version: '3.0.2',
description: 'A TypeScript library for simple cloud independent object storage with support for buckets, directories, and files.'
version: '3.0.3',
description: 'A TypeScript library that offers simple, cloud-independent object storage with features like bucket creation, file management, and directory management.'
}