From 9ee5f2b7c96ee3a81cdabbbf7693885587501cf7 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 8 Jan 2014 21:21:44 -0800 Subject: [PATCH] 2.0.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b488a71..dbd1607 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "native-buffer-browserify", - "version": "2.0.7", + "version": "2.0.8", "description": "buffer module compatibility for browserify (backed by ArrayBuffer so its fast!)", "main": "index.js", "dependencies": { -- 2.34.1