diff --git a/package-lock.json b/package-lock.json index 096c117..e8d636e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smarthash", - "version": "1.0.4", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 79302e0..b028b45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smarthash", - "version": "1.0.4", + "version": "2.0.0", "private": false, "description": "simplifies access to node hash functions", "main": "dist/index.js", @@ -38,4 +38,4 @@ "@types/through2": "^2.0.33", "through2": "^2.0.3" } -} \ No newline at end of file +}