diff --git a/package-lock.json b/package-lock.json index 53cfc96..d9ed700 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hash.js", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "dependencies": { "acorn": { diff --git a/package.json b/package.json index 269eb23..a031e09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hash.js", - "version": "1.1.0", + "version": "1.1.1", "description": "Various hash functions that could be run by both browser and node", "main": "lib/hash.js", "scripts": {