From 5521106474f3dbbf02d14db54b0bbf12ea86ef3a Mon Sep 17 00:00:00 2001 From: Nick Santos Date: Wed, 28 Oct 2015 17:49:41 -0400 Subject: [PATCH] bump pbnj to 0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6fd599b..07b94d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pbnj", - "version": "0.5.4", + "version": "0.6.0", "keywords": ["protocol", "buffer", "proto", "protobuf", "parser", "codegen"], "description": "JavaScript protocol buffer schema parser and template based code generator", "homepage": "https://github.com/dpup/pbnj",