Skip to content

Commit 5b0117a

Browse files
committed
version 0.5.2, now with really working 53bit numbers
1 parent 35228a2 commit 5b0117a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bencode",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"license": "MIT",
55
"description": "Bencode de/encoder",
66
"keywords": [ "torrent", "bittorrent", "bencode", "bdecode", "bencoding" ],
@@ -28,7 +28,7 @@
2828
"dht.js": "",
2929
"mocha": ""
3030
},
31-
31+
3232
"scripts": {
3333
"test": "node node_modules/mocha/bin/mocha",
3434
"bench": "node node_modules/matcha/bin/matcha benchmark/*.js"

0 commit comments

Comments
 (0)