From 785c00df822c06e2076b71f6e23665e79061494f Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Wed, 24 Feb 2016 00:02:42 -0500 Subject: [PATCH] Version bump for better slowCreateBuffer. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3cd3cdf..347aeab 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "aes-js", - "version": "0.2.2", + "version": "0.2.3", "bugs": { "url": "http://github.com/ricmoo/aes-js/issues", - "email": "aes-js@ricmoo.com" + "email": "github@ricmoo.com" }, "description": "A pure JavaScript implementation of the AES block cipher and all common modes of operation.", "devDependencies": { @@ -11,7 +11,7 @@ }, "main": "index.js", "scripts": { - "test": "node test/test-aes.js && node test/test-counter.js" + "test": "node test/test-aes.js && node test/test-counter.js && node test/test-buffer.js" }, "repository": { "type": "git",