feat(SmartExecution): Add support for scheduling restarts to SmartExecution

This commit is contained in:
2024-12-09 02:52:14 +01:00
parent b854715940
commit 522fbfc42c
3 changed files with 47 additions and 10 deletions

View File

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