2 Commits

Author SHA1 Message Date
4cca23cffa 2.0.2 2022-10-19 19:39:33 +02:00
f683fc1fa7 fix(core): update 2022-10-19 19:39:33 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartdaemon",
"version": "2.0.1",
"version": "2.0.2",
"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: '@pushrocks/smartdaemon',
version: '2.0.1',
version: '2.0.2',
description: 'start scripts as long running daemons and manage them'
}