From 18aae6cd1fca08bcab5af6545fc5c137f1573fec Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 4 Dec 2013 02:15:26 -0800 Subject: [PATCH] 1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a69da8..0484a72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "native-buffer-browserify", - "version": "1.0.2", + "version": "1.0.3", "description": "buffer module compatibility for browserify (backed by ArrayBuffer so its fast!)", "main": "index.js", "dependencies": { -- 2.34.1