Skip to content

Commit 785c00d

Browse files
committed
Version bump for better slowCreateBuffer.
1 parent 591e52e commit 785c00d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "aes-js",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"bugs": {
55
"url": "http://github.com/ricmoo/aes-js/issues",
6-
"email": "aes-js@ricmoo.com"
6+
"email": "github@ricmoo.com"
77
},
88
"description": "A pure JavaScript implementation of the AES block cipher and all common modes of operation.",
99
"devDependencies": {
1010
"nodeunit": "0.9.1"
1111
},
1212
"main": "index.js",
1313
"scripts": {
14-
"test": "node test/test-aes.js && node test/test-counter.js"
14+
"test": "node test/test-aes.js && node test/test-counter.js && node test/test-buffer.js"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)