From 699bf56b7b958a09a9739e2d37c731e548f2395a Mon Sep 17 00:00:00 2001 From: "York.Gu" Date: Thu, 17 Oct 2013 13:35:06 +0800 Subject: [PATCH] change version to 0.3.1 and add York.Gu as a contributor --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b1325c7..9ff87de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodelua", - "version": "0.3.0", + "version": "0.3.1", "description": "Lua Bindings For Node.JS", "keywords": [ "lua" @@ -16,6 +16,9 @@ "url": "git://github.com/brettlangdon/nodelua.git" }, "author": "Brett Langdon (http://www.brett.is)", + "contributors": [ + "York Gu (http://blog.yorkgu.me)" + ], "license": "MIT", "gypfile": true, "engines": {