fix(File): Fixed issue with file restore metadata operations.

This commit is contained in:
2024-11-24 19:59:37 +01:00
parent aa9a2e9220
commit a1e449cf94
3 changed files with 12 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartbucket',
version: '3.3.0',
version: '3.3.1',
description: 'A TypeScript library offering simple and cloud-agnostic object storage with advanced features like bucket creation, file and directory management, and data streaming.'
}