From c3ceeda83b568718f7856ccab60876cb07d5e440 Mon Sep 17 00:00:00 2001 From: Jeremiah Lu Date: Thu, 12 Mar 2015 14:44:16 -0700 Subject: [PATCH] 0.2.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1351695..f966661 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-avro-io", "description": "This will allow you to encode / decode avro binary format to / from json format, it supports both deflate and snappy compressions and supports node streams", - "version": "0.2.6", + "version": "0.2.7", "author": { "name": "James Power", "email": "james.bruce.power@gmail.com"