2 Commits

Author SHA1 Message Date
229929f7f1 2.0.6 2024-04-19 13:54:29 +02:00
923b423536 fix(core): update 2024-04-19 13:54:28 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartdaemon",
"version": "2.0.5",
"version": "2.0.6",
"private": false,
"description": "Start scripts as long running daemons and manage them.",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartdaemon',
version: '2.0.5',
version: '2.0.6',
description: 'Start scripts as long running daemons and manage them.'
}