Skip to content

Commit

Permalink
Version bump for better slowCreateBuffer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Feb 24, 2016
1 parent 591e52e commit 785c00d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,17 +1,17 @@
{
"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": {
"nodeunit": "0.9.1"
},
"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",
Expand Down

0 comments on commit 785c00d

Please sign in to comment.