diff --git a/package-lock.json b/package-lock.json index dae8c02..6894307 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "smartcls", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 17edd2b..2b4d068 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartcls", - "version": "1.0.6", + "version": "1.0.7", "description": "continuation-local-storage using native AsyncLocalStorage", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", @@ -36,4 +36,4 @@ "npmextra.json", "readme.md" ] -} \ No newline at end of file +}