From 9713d3a1006c42a3cb647cb596a5dbdbe73a2f25 Mon Sep 17 00:00:00 2001 From: Nick Santos Date: Tue, 20 Jan 2015 12:45:29 -0500 Subject: [PATCH] Update pbnj to 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8b4cb7..8b2c4b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pbnj", - "version": "0.1.2", + "version": "0.2.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",