From 338fe8e415ec04f8d75aabfe46635921581079c0 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Thu, 20 Nov 2014 18:10:22 -0800 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe2c2cc2..291aef54 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "happyfuntimes", "description": "happyfuntimes framework", - "version": "0.0.19", + "version": "0.0.20", "private": true, "scripts": { "test": "node node_modules/mocha/bin/mocha --recursive",