fix(core): Fix minor code style and formatting issues

This commit is contained in:
2024-12-13 19:03:50 +01:00
parent 91e84c8422
commit 149eb800e7
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartshell',
version: '3.2.1',
version: '3.2.2',
description: 'A library for executing shell commands using promises.'
}