diff --git a/package-lock.json b/package-lock.json index 601cd7f..f1d542f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pushrocks/smarthash", - "version": "2.1.10", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pushrocks/smarthash", - "version": "2.1.10", + "version": "3.0.0", "license": "MIT", "dependencies": { "@pushrocks/smartjson": "^5.0.1", diff --git a/package.json b/package.json index e31fdc5..f9a6a59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smarthash", - "version": "2.1.10", + "version": "3.0.0", "private": false, "description": "simplified access to node hash functions", "main": "dist_ts/index.js", @@ -50,4 +50,4 @@ "last 1 chrome versions" ], "type": "module" -} \ No newline at end of file +}