From cc6e37a98f9998bc97bd61210295d4ec3ead9c9a Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Thu, 1 Oct 2015 21:02:32 +0200 Subject: [PATCH] bump to 0.0.41 --- docs/changelist.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelist.md b/docs/changelist.md index 03a90078..1df2d51f 100644 --- a/docs/changelist.md +++ b/docs/changelist.md @@ -1,6 +1,10 @@ Changelist ========== +* 0.0.41 + + * Fixed broken how.html + * 0.0.40 * don't allow games for a different platform to be installed. diff --git a/package.json b/package.json index 8de872c6..6626a45a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "happyfuntimes", "description": "happyfuntimes framework", - "version": "0.0.40", + "version": "0.0.41", "private": true, "scripts": { "test": "node node_modules/mocha/bin/mocha --recursive",