From a64b1486566e9f7266b72ee490dde37256924d23 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Mon, 18 Nov 2013 06:58:50 -0800 Subject: [PATCH] 0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f6b2af..fb6b436 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "native-buffer-browserify", - "version": "0.3.0", + "version": "0.4.0", "description": "buffer module compatibility for browserify (backed by ArrayBuffer so its fast!)", "main": "index.js", "dependencies": { -- 2.34.1