From d0f5d9f356b4554f436b1a17e1aef9b13387a0a0 Mon Sep 17 00:00:00 2001 From: Dmitry Chestnykh Date: Mon, 6 Mar 2017 22:47:27 +0100 Subject: [PATCH] v1.3.1 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index b2a28de..762d846 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "scrypt-async", - "version": "1.3.0", + "version": "1.3.1", "homepage": "https://github.com/dchest/scrypt-async-js", "authors": [ "Dmitry Chestnykh " diff --git a/package.json b/package.json index 096ac0a..8725e76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scrypt-async", - "version": "1.3.0", + "version": "1.3.1", "description": "Fast \"async\" scrypt implementation in JavaScript.", "main": "scrypt-async.js", "scripts": {