diff --git a/package-lock.json b/package-lock.json index 7f99be2..618e9fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smarttime", - "version": "2.0.2", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1c96eeb..029c721 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pushrocks/smarttime", "private": false, - "version": "2.0.2", + "version": "3.0.0", "description": "handle timeformats in smart ways", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -25,4 +25,4 @@ "@types/luxon": "^1.4.0", "luxon": "^1.4.3" } -} \ No newline at end of file +}