diff --git a/package-lock.json b/package-lock.json index a1b9fdd..cd60e0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smarttime", - "version": "3.0.5", + "version": "3.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 93c895c..9bd9cd3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pushrocks/smarttime", "private": false, - "version": "3.0.5", + "version": "3.0.6", "description": "handle timeformats in smart ways", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -27,4 +27,4 @@ "cron": "^1.7.0", "luxon": "^1.12.1" } -} \ No newline at end of file +}