From 04badffafe4e7660ab3f78460591d8bc8ab0353d Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 5 Feb 2014 20:49:56 -0800 Subject: [PATCH] 2.1.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c9c9bf4..0e5dde6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "native-buffer-browserify", "description": "buffer module compatibility for browserify (backed by ArrayBuffer so its fast!)", - "version": "2.1.0", + "version": "2.1.1", "author": "Feross Aboukhadijeh (http://feross.org/)", "bugs": { "url": "https://github.com/feross/native-buffer-browserify/issues" @@ -52,4 +52,4 @@ "ipad/6" ] } -} \ No newline at end of file +} -- 2.34.1