From cce8444aaa7d15fbfc985db86ca8af5496f9922f Mon Sep 17 00:00:00 2001 From: Nick Santos Date: Wed, 29 Jul 2015 14:52:12 -0400 Subject: [PATCH] bump pbnj version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0dd49c8..8504735 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pbnj", - "version": "0.5.2", + "version": "0.5.3", "keywords": ["protocol", "buffer", "proto", "protobuf", "parser", "codegen"], "description": "JavaScript protocol buffer schema parser and template based code generator", "homepage": "https://github.com/dpup/pbnj",