From 252f6c6839a77db50ab35f7cfa0ab87bf9b6245a Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Tue, 30 Sep 2014 16:59:24 -0700 Subject: [PATCH] package.json to 0.0.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35746473..ea57c375 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "happyfuntimes", "description": "happyfuntimes framework", - "version": "0.0.10", + "version": "0.0.11", "private": true, "scripts": { "test": "node node_modules/mocha/bin/mocha --recursive",