diff --git a/package-lock.json b/package-lock.json index 56c8cea..dfec221 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smarthash", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d5dd1fc..54f11b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smarthash", - "version": "2.0.0", + "version": "2.0.1", "private": false, "description": "simplifies access to node hash functions", "main": "dist/index.js", @@ -38,4 +38,4 @@ "@types/through2": "^2.0.34", "through2": "^3.0.0" } -} \ No newline at end of file +}