From 64947c1a0192c189db06e9c0fe43865ab4509baa Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Sat, 13 Dec 2014 01:23:25 -0800 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d69533f9..2f1c91ff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "happyfuntimes", "description": "happyfuntimes framework", - "version": "0.0.24", + "version": "0.0.25", "private": true, "scripts": { "test": "node node_modules/mocha/bin/mocha --recursive",