From 38505076984c4d7ab61c14436ad7fe60dacd3800 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Thu, 4 Jun 2015 19:06:21 +0900 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92f8d282..1d9cf20d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "happyfuntimes", "description": "happyfuntimes framework", - "version": "0.0.30", + "version": "0.0.31", "private": true, "scripts": { "test": "node node_modules/mocha/bin/mocha --recursive",