diff --git a/package-lock.json b/package-lock.json index 6da92db..0a0dbfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@r2d2bzh/moleculer-cron", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@r2d2bzh/moleculer-cron", - "version": "0.1.3", + "version": "0.1.4", "dependencies": { "cron": "^2.2.0", "uuid": "^9.0.0" diff --git a/package.json b/package.json index 801ad7e..8aac9f0 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@r2d2bzh/moleculer-cron", - "version": "0.1.3", + "version": "0.1.4", "description": "Mixin for Node-Cron", "main": "index.js", "scripts": {