From cf43ff09e5b38de85f98829a72438a01390ffa8d Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Tue, 27 Jun 2017 00:38:12 -0400 Subject: [PATCH] 1.1.2 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9ed700..7378ae3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hash.js", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "dependencies": { "acorn": { diff --git a/package.json b/package.json index a031e09..6c76221 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hash.js", - "version": "1.1.1", + "version": "1.1.2", "description": "Various hash functions that could be run by both browser and node", "main": "lib/hash.js", "scripts": {