From 1b42370b168a6a598859e31c484a123fb983d36f Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 1 Feb 2014 01:24:50 -0800 Subject: [PATCH] 2.0.17 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 127168b..32080ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "native-buffer-browserify", - "version": "2.0.16", + "version": "2.0.17", "description": "buffer module compatibility for browserify (backed by ArrayBuffer so its fast!)", "main": "index.js", "dependencies": { -- 2.34.1