fix(package): Update author field in package.json

This commit is contained in:
2024-12-02 17:00:42 +01:00
parent 39a4bd6ab7
commit ef20e15d20
3 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartbucket',
version: '3.3.6',
version: '3.3.7',
description: 'A TypeScript library providing a cloud-agnostic interface for managing object storage with functionalities like bucket management, file and directory operations, and advanced features such as metadata handling and file locking.'
}