fix(project setup): fixed incorrect configuration in npmextra.json

This commit is contained in:
2024-11-17 00:00:55 +01:00
parent 17b0b50fbd
commit b70dad4996
4 changed files with 13 additions and 8 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/cloudly',
version: '4.3.14',
version: '4.3.15',
description: 'A comprehensive tool for managing containerized applications across multiple cloud providers using Docker Swarmkit, featuring web, CLI, and API interfaces.'
}